Html Css Color HEX #D6EB5E Mindaro

📋 copy color: '#D6EB5E'

red 214 ◦ green 235 ◦ blue 94

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

Shades of Mindaro #D6EB5E

Tints of Mindaro #D6EB5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.31%

R = 39.41%
G = 43.28%
B = 17.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#D6EB5E (or 0xD6EB5E) is known color: Mindaro. HEX triplet: D6, EB and 5E. RGB value is (214,235,94). Sum of RGB (Red+Green+Blue) = 214+235+94=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EB5E is #2914A1. Grayscale: #D5D5D5. Windows color (decimal): -2692258 or 6220758. OLE color: 6220758.

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

Color convert

RGB 214 235 94 -
CMYK 0.09 0 0.6 0.08
HSL 68.94º 0.78% 0.65% -
HSV(B) 68.94º 0.6% 0.92% -
XYZ 59.46 74.52 21.84 -
YUV 212.65 61.04 128.96 -
System Red Green Blue C M Y K H S L
Decimal 214 235 94 0.09 0 0.6 0.08 68.94 0.78 0.65
Hex D6 EB 5E 9 0 3C 8 45 4E 41
Octal 326 353 136 11 0 74 10 105 116 101
Binary 11010110 11101011 1011110 1001 0 111100 1000 1000101 1001110 1000001

Color Harmonies of #D6EB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6EB5E

Black with #D6EB5E

Text Example


Text Example

White with #D6EB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6EB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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