Html Css Color HEX #D5EA72 Mindaro

📋 copy color: '#D5EA72'

red 213 ◦ green 234 ◦ blue 114

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

Shades of Mindaro #D5EA72

Tints of Mindaro #D5EA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.32%

R = 37.97%
G = 41.71%
B = 20.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#D5EA72 (or 0xD5EA72) is known color: Mindaro. HEX triplet: D5, EA and 72. RGB value is (213,234,114). Sum of RGB (Red+Green+Blue) = 213+234+114=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EA72 is #2A158D. Grayscale: #D6D6D6. Windows color (decimal): -2758030 or 7531221. OLE color: 7531221.

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

Color convert

RGB 213 234 114 -
CMYK 0.09 0 0.51 0.08
HSL 70.5º 0.74% 0.68% -
HSV(B) 70.5º 0.51% 0.92% -
XYZ 59.9 74.21 27.09 -
YUV 214.04 71.54 127.26 -
System Red Green Blue C M Y K H S L
Decimal 213 234 114 0.09 0 0.51 0.08 70.5 0.74 0.68
Hex D5 EA 72 9 0 33 8 46 4A 44
Octal 325 352 162 11 0 63 10 106 112 104
Binary 11010101 11101010 1110010 1001 0 110011 1000 1000110 1001010 1000100

Color Harmonies of #D5EA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EA72

Black with #D5EA72

Text Example


Text Example

White with #D5EA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EA72; }

 p { color: rgb(213,234,114); }

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

background-color css

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

 a { background-color: rgb(213,234,114); }

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

border-color css

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

 span { border-color: rgb(213,234,114); }

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