Html Css Color HEX #D8ED5E Mindaro

📋 copy color: '#D8ED5E'

red 216 ◦ green 237 ◦ blue 94

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

Shades of Mindaro #D8ED5E

Tints of Mindaro #D8ED5E

RGB

 RED value IS 216 (84.77% from 255) = 39.49%

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

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

R = 39.49%
G = 43.33%
B = 17.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#D8ED5E (or 0xD8ED5E) is known color: Mindaro. HEX triplet: D8, ED and 5E. RGB value is (216,237,94). Sum of RGB (Red+Green+Blue) = 216+237+94=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 94 (37.11% from 255 or 17.18% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #D8ED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8ED5E is #2712A1. Grayscale: #D6D6D6. Windows color (decimal): -2560674 or 6221272. OLE color: 6221272.

HSL color Cylindrical-coordinate representation of color #D8ED5E: hue angle of 68.81º 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 #D8ED5E is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 237 94 -
CMYK 0.09 0 0.60 0.07
HSL 68.81º 0.8% 0.65% -
HSV(B) 68.81º 0.6% 0.93% -
XYZ 60.62 75.98 22.06 -
YUV 214.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 216 237 94 0.09 0 0.60 0.07 68.81 0.8 0.65
Hex D8 ED 5E 9 0 3C 7 45 50 41
Octal 330 355 136 11 0 74 7 105 120 101
Binary 11011000 11101101 1011110 1001 0 111100 111 1000101 1010000 1000001

Color Harmonies of #D8ED5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ED5E

Black with #D8ED5E

Text Example


Text Example

White with #D8ED5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ED5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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