Html Css Color HEX #D6ED5E Mindaro

📋 copy color: '#D6ED5E'

red 214 ◦ green 237 ◦ blue 94

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

Shades of Mindaro #D6ED5E

Tints of Mindaro #D6ED5E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.49%

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

R = 39.27%
G = 43.49%
B = 17.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#D6ED5E (or 0xD6ED5E) is known color: Mindaro. HEX triplet: D6, ED and 5E. RGB value is (214,237,94). Sum of RGB (Red+Green+Blue) = 214+237+94=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6ED5E is #2912A1. Grayscale: #D6D6D6. Windows color (decimal): -2691746 or 6221270. OLE color: 6221270.

HSL color Cylindrical-coordinate representation of color #D6ED5E: hue angle of 69.65º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D6ED5E is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 237 94 -
CMYK 0.10 0 0.60 0.07
HSL 69.65º 0.8% 0.65% -
HSV(B) 69.65º 0.6% 0.93% -
XYZ 60.04 75.67 22.03 -
YUV 213.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 214 237 94 0.10 0 0.60 0.07 69.65 0.8 0.65
Hex D6 ED 5E A 0 3C 7 46 50 41
Octal 326 355 136 12 0 74 7 106 120 101
Binary 11010110 11101101 1011110 1010 0 111100 111 1000110 1010000 1000001

Color Harmonies of #D6ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ED5E

Black with #D6ED5E

Text Example


Text Example

White with #D6ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ED5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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