Html Css Color HEX #D8EE75 Mindaro

📋 copy color: '#D8EE75'

red 216 ◦ green 238 ◦ blue 117

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

Shades of Mindaro #D8EE75

Tints of Mindaro #D8EE75

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.68%

 BLUE value IS 117 (46.09% from 255) = 20.49%

R = 37.83%
G = 41.68%
B = 20.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#D8EE75 (or 0xD8EE75) is known color: Mindaro. HEX triplet: D8, EE and 75. RGB value is (216,238,117). Sum of RGB (Red+Green+Blue) = 216+238+117=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EE75 is #27118A. Grayscale: #DADADA. Windows color (decimal): -2560395 or 7728856. OLE color: 7728856.

HSL color Cylindrical-coordinate representation of color #D8EE75: hue angle of 70.91º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8EE75 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 238 117 -
CMYK 0.09 0 0.51 0.07
HSL 70.91º 0.78% 0.7% -
HSV(B) 70.91º 0.51% 0.93% -
XYZ 62.1 77.03 28.43 -
YUV 217.63 71.21 126.84 -
System Red Green Blue C M Y K H S L
Decimal 216 238 117 0.09 0 0.51 0.07 70.91 0.78 0.7
Hex D8 EE 75 9 0 33 7 47 4E 46
Octal 330 356 165 11 0 63 7 107 116 106
Binary 11011000 11101110 1110101 1001 0 110011 111 1000111 1001110 1000110

Color Harmonies of #D8EE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EE75

Black with #D8EE75

Text Example


Text Example

White with #D8EE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EE75; }

 p { color: rgb(216,238,117); }

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

background-color css

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

 a { background-color: rgb(216,238,117); }

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

border-color css

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

 span { border-color: rgb(216,238,117); }

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