Html Css Color HEX #DCEF76 Mindaro

📋 copy color: '#DCEF76'

red 220 ◦ green 239 ◦ blue 118

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

Shades of Mindaro #DCEF76

Tints of Mindaro #DCEF76

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.42%

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

R = 38.13%
G = 41.42%
B = 20.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#DCEF76 (or 0xDCEF76) is known color: Mindaro. HEX triplet: DC, EF and 76. RGB value is (220,239,118). Sum of RGB (Red+Green+Blue) = 220+239+118=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 118 (46.48% from 255 or 20.45% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEF76 is #231089. Grayscale: #DBDBDB. Windows color (decimal): -2297994 or 7794652. OLE color: 7794652.

HSL color Cylindrical-coordinate representation of color #DCEF76: hue angle of 69.42º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCEF76 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 239 118 -
CMYK 0.08 0 0.51 0.06
HSL 69.42º 0.79% 0.7% -
HSV(B) 69.42º 0.51% 0.94% -
XYZ 63.65 78.26 28.89 -
YUV 219.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 220 239 118 0.08 0 0.51 0.06 69.42 0.79 0.7
Hex DC EF 76 8 0 33 6 45 4F 46
Octal 334 357 166 10 0 63 6 105 117 106
Binary 11011100 11101111 1110110 1000 0 110011 110 1000101 1001111 1000110

Color Harmonies of #DCEF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEF76

Black with #DCEF76

Text Example


Text Example

White with #DCEF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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