Html Css Color HEX #D5E85A Mindaro

📋 copy color: '#D5E85A'

red 213 ◦ green 232 ◦ blue 90

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

Shades of Mindaro #D5E85A

Tints of Mindaro #D5E85A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.36%

 BLUE value IS 90 (35.55% from 255) = 16.82%

R = 39.81%
G = 43.36%
B = 16.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#D5E85A (or 0xD5E85A) is known color: Mindaro. HEX triplet: D5, E8 and 5A. RGB value is (213,232,90). Sum of RGB (Red+Green+Blue) = 213+232+90=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E85A is #2A17A5. Grayscale: #D2D2D2. Windows color (decimal): -2758566 or 5957845. OLE color: 5957845.

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

Color convert

RGB 213 232 90 -
CMYK 0.08 0 0.61 0.09
HSL 68.03º 0.76% 0.63% -
HSV(B) 68.03º 0.61% 0.91% -
XYZ 58.14 72.6 20.62 -
YUV 210.13 60.21 130.05 -
System Red Green Blue C M Y K H S L
Decimal 213 232 90 0.08 0 0.61 0.09 68.03 0.76 0.63
Hex D5 E8 5A 8 0 3D 9 44 4C 3F
Octal 325 350 132 10 0 75 11 104 114 77
Binary 11010101 11101000 1011010 1000 0 111101 1001 1000100 1001100 111111

Color Harmonies of #D5E85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E85A

Black with #D5E85A

Text Example


Text Example

White with #D5E85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E85A; }

 p { color: rgb(213,232,90); }

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

background-color css

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

 a { background-color: rgb(213,232,90); }

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

border-color css

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

 span { border-color: rgb(213,232,90); }

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