Html Css Color HEX #D5E97A Mindaro

📋 copy color: '#D5E97A'

red 213 ◦ green 233 ◦ blue 122

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

Shades of Mindaro #D5E97A

Tints of Mindaro #D5E97A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.02%

 BLUE value IS 122 (48.05% from 255) = 21.48%

R = 37.5%
G = 41.02%
B = 21.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#D5E97A (or 0xD5E97A) is known color: Mindaro. HEX triplet: D5, E9 and 7A. RGB value is (213,233,122). Sum of RGB (Red+Green+Blue) = 213+233+122=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 122 (48.05% from 255 or 21.48% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E97A is #2A1685. Grayscale: #D6D6D6. Windows color (decimal): -2758278 or 8055253. OLE color: 8055253.

HSL color Cylindrical-coordinate representation of color #D5E97A: hue angle of 70.81º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5E97A is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 233 122 -
CMYK 0.09 0 0.48 0.09
HSL 70.81º 0.72% 0.7% -
HSV(B) 70.81º 0.48% 0.91% -
XYZ 60.09 73.83 29.5 -
YUV 214.37 75.87 127.03 -
System Red Green Blue C M Y K H S L
Decimal 213 233 122 0.09 0 0.48 0.09 70.81 0.72 0.7
Hex D5 E9 7A 9 0 30 9 47 48 46
Octal 325 351 172 11 0 60 11 107 110 106
Binary 11010101 11101001 1111010 1001 0 110000 1001 1000111 1001000 1000110

Color Harmonies of #D5E97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E97A

Black with #D5E97A

Text Example


Text Example

White with #D5E97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E97A; }

 p { color: rgb(213,233,122); }

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

background-color css

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

 a { background-color: rgb(213,233,122); }

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

border-color css

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

 span { border-color: rgb(213,233,122); }

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