Html Css Color HEX #DCFB77 Mindaro

📋 copy color: '#DCFB77'

red 220 ◦ green 251 ◦ blue 119

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

Shades of Mindaro #DCFB77

Tints of Mindaro #DCFB77

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.54%

 BLUE value IS 119 (46.88% from 255) = 20.17%

R = 37.29%
G = 42.54%
B = 20.17%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DCFB77 (or 0xDCFB77) is known color: Mindaro. HEX triplet: DC, FB and 77. RGB value is (220,251,119). Sum of RGB (Red+Green+Blue) = 220+251+119=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 119 (46.88% from 255 or 20.17% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB77 is #230488. Grayscale: #E3E3E3. Windows color (decimal): -2294921 or 7863260. OLE color: 7863260.

HSL color Cylindrical-coordinate representation of color #DCFB77: hue angle of 74.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCFB77 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 119 -
CMYK 0.12 0 0.53 0.02
HSL 74.09º 0.94% 0.73% -
HSV(B) 74.09º 0.53% 0.98% -
XYZ 67.34 85.54 30.41 -
YUV 226.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 220 251 119 0.12 0 0.53 0.02 74.09 0.94 0.73
Hex DC FB 77 C 0 35 2 4A 5E 49
Octal 334 373 167 14 0 65 2 112 136 111
Binary 11011100 11111011 1110111 1100 0 110101 10 1001010 1011110 1001001

Color Harmonies of #DCFB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB77

Black with #DCFB77

Text Example


Text Example

White with #DCFB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB77; }

 p { color: rgb(220,251,119); }

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

background-color css

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

 a { background-color: rgb(220,251,119); }

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

border-color css

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

 span { border-color: rgb(220,251,119); }

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