Html Css Color HEX #D8EA75 Mindaro

📋 copy color: '#D8EA75'

red 216 ◦ green 234 ◦ blue 117

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

Shades of Mindaro #D8EA75

Tints of Mindaro #D8EA75

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.27%

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

R = 38.1%
G = 41.27%
B = 20.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#D8EA75 (or 0xD8EA75) is known color: Mindaro. HEX triplet: D8, EA and 75. RGB value is (216,234,117). Sum of RGB (Red+Green+Blue) = 216+234+117=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EA75 is #27158A. Grayscale: #D7D7D7. Windows color (decimal): -2561419 or 7727832. OLE color: 7727832.

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

Color convert

RGB 216 234 117 -
CMYK 0.08 0 0.5 0.08
HSL 69.23º 0.74% 0.69% -
HSV(B) 69.23º 0.5% 0.92% -
XYZ 60.95 74.73 28.04 -
YUV 215.28 72.54 128.51 -
System Red Green Blue C M Y K H S L
Decimal 216 234 117 0.08 0 0.5 0.08 69.23 0.74 0.69
Hex D8 EA 75 8 0 32 8 45 4A 45
Octal 330 352 165 10 0 62 10 105 112 105
Binary 11011000 11101010 1110101 1000 0 110010 1000 1000101 1001010 1000101

Color Harmonies of #D8EA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EA75

Black with #D8EA75

Text Example


Text Example

White with #D8EA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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