Html Css Color HEX #D5E35E Mindaro

📋 copy color: '#D5E35E'

red 213 ◦ green 227 ◦ blue 94

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

Shades of Mindaro #D5E35E

Tints of Mindaro #D5E35E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.51%

 BLUE value IS 94 (37.11% from 255) = 17.6%

R = 39.89%
G = 42.51%
B = 17.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#D5E35E (or 0xD5E35E) is known color: Mindaro. HEX triplet: D5, E3 and 5E. RGB value is (213,227,94). Sum of RGB (Red+Green+Blue) = 213+227+94=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E35E is #2A1CA1. Grayscale: #D0D0D0. Windows color (decimal): -2759842 or 6218709. OLE color: 6218709.

HSL color Cylindrical-coordinate representation of color #D5E35E: hue angle of 66.32º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5E35E is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 227 94 -
CMYK 0.06 0 0.59 0.11
HSL 66.32º 0.7% 0.63% -
HSV(B) 66.32º 0.59% 0.89% -
XYZ 56.93 69.89 21.08 -
YUV 207.65 63.86 131.81 -
System Red Green Blue C M Y K H S L
Decimal 213 227 94 0.06 0 0.59 0.11 66.32 0.7 0.63
Hex D5 E3 5E 6 0 3B B 42 46 3F
Octal 325 343 136 6 0 73 13 102 106 77
Binary 11010101 11100011 1011110 110 0 111011 1011 1000010 1000110 111111

Color Harmonies of #D5E35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E35E

Black with #D5E35E

Text Example


Text Example

White with #D5E35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E35E; }

 p { color: rgb(213,227,94); }

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

background-color css

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

 a { background-color: rgb(213,227,94); }

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

border-color css

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

 span { border-color: rgb(213,227,94); }

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