#d4e25e

Color #D4E25E Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D4E25E

Tints of Mindaro #D4E25E

Color information

#D4E25E (or 0xD4E25E) is unknown color: approx Mindaro. HEX triplet: D4, E2 and 5E. RGB value is (212,226,94). Sum of RGB (Red+Green+Blue) = 212+226+94=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E25E is #2B1DA1. Grayscale: #CFCFCF. Windows color (decimal): -2825634 or 6218452. OLE color: 6218452.

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

Color convert

RGB21222694-
CMYK0.0600.580.11
HSL66.36º69.47%62.75%-
HSV(B)66.36º58.41%88.63%-
XYZ56.3769.220.98-
YUV206.7764.36131.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 226 (88.67% from 255) = 42.48%
BLUE value IS 94 (37.11% from 255) = 17.67%
R=39.85%
G=42.48%
B=17.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212226940.0600.580.1166.3669.4762.75
HexD4E25E603AB42453f
Octal32434213660721310210577
Binary110101001110001010111101100111010101110000101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4e25e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4e25e; }

 p { color: rgb(212,226,94); }

 H1.HeaderClassName
 {
   color: #d4e25e;
 }
 .AnyTagClassName
 {
   color: #d4e25e;
 }
</style>
background-color css

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

 a { background-color: rgb(212,226,94); }

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

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

 span { border-color: rgb(212,226,94); }

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