Html Css Color HEX #D5E961 Mindaro

📋 copy color: '#D5E961'

red 213 ◦ green 233 ◦ blue 97

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

Shades of Mindaro #D5E961

Tints of Mindaro #D5E961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.86%

R = 39.23%
G = 42.91%
B = 17.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#D5E961 (or 0xD5E961) is known color: Mindaro. HEX triplet: D5, E9 and 61. RGB value is (213,233,97). Sum of RGB (Red+Green+Blue) = 213+233+97=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 97 (38.28% from 255 or 17.86% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E961 is #2A169E. Grayscale: #D4D4D4. Windows color (decimal): -2758303 or 6416853. OLE color: 6416853.

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

Color convert

RGB 213 233 97 -
CMYK 0.09 0 0.58 0.09
HSL 68.82º 0.76% 0.65% -
HSV(B) 68.82º 0.58% 0.91% -
XYZ 58.74 73.29 22.36 -
YUV 211.52 63.37 129.06 -
System Red Green Blue C M Y K H S L
Decimal 213 233 97 0.09 0 0.58 0.09 68.82 0.76 0.65
Hex D5 E9 61 9 0 3A 9 45 4C 41
Octal 325 351 141 11 0 72 11 105 114 101
Binary 11010101 11101001 1100001 1001 0 111010 1001 1000101 1001100 1000001

Color Harmonies of #D5E961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E961

Black with #D5E961

Text Example


Text Example

White with #D5E961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E961; }

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

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

background-color css

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

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

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

border-color css

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

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

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