Html Css Color HEX #D5EA75 Mindaro

📋 copy color: '#D5EA75'

red 213 ◦ green 234 ◦ blue 117

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

Shades of Mindaro #D5EA75

Tints of Mindaro #D5EA75

RGB

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

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

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

R = 37.77%
G = 41.49%
B = 20.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#D5EA75 (or 0xD5EA75) is known color: Mindaro. HEX triplet: D5, EA and 75. RGB value is (213,234,117). Sum of RGB (Red+Green+Blue) = 213+234+117=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EA75 is #2A158A. Grayscale: #D6D6D6. Windows color (decimal): -2758027 or 7727829. OLE color: 7727829.

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

Color convert

RGB 213 234 117 -
CMYK 0.09 0 0.5 0.08
HSL 70.77º 0.74% 0.69% -
HSV(B) 70.77º 0.5% 0.92% -
XYZ 60.07 74.28 28 -
YUV 214.38 73.04 127.01 -
System Red Green Blue C M Y K H S L
Decimal 213 234 117 0.09 0 0.5 0.08 70.77 0.74 0.69
Hex D5 EA 75 9 0 32 8 47 4A 45
Octal 325 352 165 11 0 62 10 107 112 105
Binary 11010101 11101010 1110101 1001 0 110010 1000 1000111 1001010 1000101

Color Harmonies of #D5EA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EA75

Black with #D5EA75

Text Example


Text Example

White with #D5EA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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