Html Css Color HEX #D5E05E Mindaro

📋 copy color: '#D5E05E'

red 213 ◦ green 224 ◦ blue 94

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

Shades of Mindaro #D5E05E

Tints of Mindaro #D5E05E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.18%

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

R = 40.11%
G = 42.18%
B = 17.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#D5E05E (or 0xD5E05E) is known color: Mindaro. HEX triplet: D5, E0 and 5E. RGB value is (213,224,94). Sum of RGB (Red+Green+Blue) = 213+224+94=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E05E is #2A1FA1. Grayscale: #CECECE. Windows color (decimal): -2760610 or 6217941. OLE color: 6217941.

HSL color Cylindrical-coordinate representation of color #D5E05E: hue angle of 65.08º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5E05E is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 224 94 -
CMYK 0.05 0 0.58 0.12
HSL 65.08º 0.68% 0.62% -
HSV(B) 65.08º 0.58% 0.88% -
XYZ 56.12 68.27 20.81 -
YUV 205.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 213 224 94 0.05 0 0.58 0.12 65.08 0.68 0.62
Hex D5 E0 5E 5 0 3A C 41 44 3E
Octal 325 340 136 5 0 72 14 101 104 76
Binary 11010101 11100000 1011110 101 0 111010 1100 1000001 1000100 111110

Color Harmonies of #D5E05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E05E

Black with #D5E05E

Text Example


Text Example

White with #D5E05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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