Html Css Color HEX #D6EB74 Mindaro

📋 copy color: '#D6EB74'

red 214 ◦ green 235 ◦ blue 116

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

Shades of Mindaro #D6EB74

Tints of Mindaro #D6EB74

RGB

 RED value IS 214 (83.98% from 255) = 37.88%

 GREEN value IS 235 (92.19% from 255) = 41.59%

 BLUE value IS 116 (45.7% from 255) = 20.53%

R = 37.88%
G = 41.59%
B = 20.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#D6EB74 (or 0xD6EB74) is known color: Mindaro. HEX triplet: D6, EB and 74. RGB value is (214,235,116). Sum of RGB (Red+Green+Blue) = 214+235+116=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EB74 is #29148B. Grayscale: #D7D7D7. Windows color (decimal): -2692236 or 7662550. OLE color: 7662550.

HSL color Cylindrical-coordinate representation of color #D6EB74: hue angle of 70.59º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6EB74 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 235 116 -
CMYK 0.09 0 0.51 0.08
HSL 70.59º 0.75% 0.69% -
HSV(B) 70.59º 0.51% 0.92% -
XYZ 60.59 74.97 27.8 -
YUV 215.16 72.04 127.18 -
System Red Green Blue C M Y K H S L
Decimal 214 235 116 0.09 0 0.51 0.08 70.59 0.75 0.69
Hex D6 EB 74 9 0 33 8 47 4B 45
Octal 326 353 164 11 0 63 10 107 113 105
Binary 11010110 11101011 1110100 1001 0 110011 1000 1000111 1001011 1000101

Color Harmonies of #D6EB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB74

Black with #D6EB74

Text Example


Text Example

White with #D6EB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB74; }

 p { color: rgb(214,235,116); }

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

background-color css

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

 a { background-color: rgb(214,235,116); }

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

border-color css

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

 span { border-color: rgb(214,235,116); }

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