Html Css Color HEX #DCF380 Mindaro

📋 copy color: '#DCF380'

red 220 ◦ green 243 ◦ blue 128

#DCF380
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DCF380

Tints of Mindaro #DCF380

RGB

 RED value IS 220 (86.33% from 255) = 37.23%

 GREEN value IS 243 (95.31% from 255) = 41.12%

 BLUE value IS 128 (50.39% from 255) = 21.66%

R = 37.23%
G = 41.12%
B = 21.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCF380 (or 0xDCF380) is known color: Mindaro. HEX triplet: DC, F3 and 80. RGB value is (220,243,128). Sum of RGB (Red+Green+Blue) = 220+243+128=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 128 (50.39% from 255 or 21.66% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF380 is #230C7F. Grayscale: #DFDFDF. Windows color (decimal): -2296960 or 8451036. OLE color: 8451036.

HSL color Cylindrical-coordinate representation of color #DCF380: hue angle of 72º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCF380 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 128 -
CMYK 0.09 0 0.47 0.05
HSL 72º 0.83% 0.73% -
HSV(B) 72º 0.47% 0.95% -
XYZ 65.46 80.88 32.58 -
YUV 223.01 74.38 125.85 -
System Red Green Blue C M Y K H S L
Decimal 220 243 128 0.09 0 0.47 0.05 72 0.83 0.73
Hex DC F3 80 9 0 2F 5 48 53 49
Octal 334 363 200 11 0 57 5 110 123 111
Binary 11011100 11110011 10000000 1001 0 101111 101 1001000 1010011 1001001

Color Harmonies of #DCF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF380

Black with #DCF380

Text Example


Text Example

White with #DCF380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF380; }

 p { color: rgb(220,243,128); }

 H1.HeaderClassName
 {
   color: #DCF380;
 }
 .AnyTagClassName
 {
   color: #DCF380;
 }
</style>

background-color css

<style>
 a { background-color: #DCF380; }

 a { background-color: rgb(220,243,128); }

 div.DivClassName
 {
   background-color: #DCF380;
 }
 .BgClassName
 {
   background-color: #DCF380;
 }
</style>

border-color css

<style>
 span { border-color: #DCF380; }

 span { border-color: rgb(220,243,128); }

 td.TdClassName
 {
   border-color: #DCF380;
 }
 .TagClassName
 {
   border-color: #DCF380;
 }
</style>