Html Css Color HEX #D5E875 Mindaro

📋 copy color: '#D5E875'

red 213 ◦ green 232 ◦ blue 117

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

Shades of Mindaro #D5E875

Tints of Mindaro #D5E875

RGB

 RED value IS 213 (83.59% from 255) = 37.9%

 GREEN value IS 232 (91.02% from 255) = 41.28%

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

R = 37.9%
G = 41.28%
B = 20.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#D5E875 (or 0xD5E875) is known color: Mindaro. HEX triplet: D5, E8 and 75. RGB value is (213,232,117). Sum of RGB (Red+Green+Blue) = 213+232+117=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E875 is #2A178A. Grayscale: #D5D5D5. Windows color (decimal): -2758539 or 7727317. OLE color: 7727317.

HSL color Cylindrical-coordinate representation of color #D5E875: hue angle of 69.91º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5E875 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 232 117 -
CMYK 0.08 0 0.50 0.09
HSL 69.91º 0.71% 0.68% -
HSV(B) 69.91º 0.5% 0.91% -
XYZ 59.51 73.14 27.81 -
YUV 213.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 213 232 117 0.08 0 0.50 0.09 69.91 0.71 0.68
Hex D5 E8 75 8 0 32 9 46 47 44
Octal 325 350 165 10 0 62 11 106 107 104
Binary 11010101 11101000 1110101 1000 0 110010 1001 1000110 1000111 1000100

Color Harmonies of #D5E875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E875

Black with #D5E875

Text Example


Text Example

White with #D5E875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E875; }

 p { color: rgb(213,232,117); }

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

background-color css

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

 a { background-color: rgb(213,232,117); }

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

border-color css

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

 span { border-color: rgb(213,232,117); }

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