Html Css Color HEX #DCFB76 Mindaro

📋 copy color: '#DCFB76'

red 220 ◦ green 251 ◦ blue 118

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

Shades of Mindaro #DCFB76

Tints of Mindaro #DCFB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.03%

R = 37.35%
G = 42.61%
B = 20.03%

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

#DCFB76 (or 0xDCFB76) is known color: Mindaro. HEX triplet: DC, FB and 76. RGB value is (220,251,118). Sum of RGB (Red+Green+Blue) = 220+251+118=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 118 (46.48% from 255 or 20.03% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFB76 is #230489. Grayscale: #E3E3E3. Windows color (decimal): -2294922 or 7797724. OLE color: 7797724.

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

Color convert

RGB 220 251 118 -
CMYK 0.12 0 0.53 0.02
HSL 73.98º 0.94% 0.72% -
HSV(B) 73.98º 0.53% 0.98% -
XYZ 67.28 85.52 30.1 -
YUV 226.57 66.73 123.31 -
System Red Green Blue C M Y K H S L
Decimal 220 251 118 0.12 0 0.53 0.02 73.98 0.94 0.72
Hex DC FB 76 C 0 35 2 4A 5E 48
Octal 334 373 166 14 0 65 2 112 136 110
Binary 11011100 11111011 1110110 1100 0 110101 10 1001010 1011110 1001000

Color Harmonies of #DCFB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB76

Black with #DCFB76

Text Example


Text Example

White with #DCFB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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