Html Css Color HEX #D5E96A Mindaro

📋 copy color: '#D5E96A'

red 213 ◦ green 233 ◦ blue 106

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

Shades of Mindaro #D5E96A

Tints of Mindaro #D5E96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.2%

R = 38.59%
G = 42.21%
B = 19.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#D5E96A (or 0xD5E96A) is known color: Mindaro. HEX triplet: D5, E9 and 6A. RGB value is (213,233,106). Sum of RGB (Red+Green+Blue) = 213+233+106=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E96A is #2A1695. Grayscale: #D5D5D5. Windows color (decimal): -2758294 or 7006677. OLE color: 7006677.

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

Color convert

RGB 213 233 106 -
CMYK 0.09 0 0.55 0.09
HSL 69.45º 0.74% 0.66% -
HSV(B) 69.45º 0.55% 0.91% -
XYZ 59.18 73.46 24.7 -
YUV 212.54 67.87 128.33 -
System Red Green Blue C M Y K H S L
Decimal 213 233 106 0.09 0 0.55 0.09 69.45 0.74 0.66
Hex D5 E9 6A 9 0 37 9 45 4A 42
Octal 325 351 152 11 0 67 11 105 112 102
Binary 11010101 11101001 1101010 1001 0 110111 1001 1000101 1001010 1000010

Color Harmonies of #D5E96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E96A

Black with #D5E96A

Text Example


Text Example

White with #D5E96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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