#D4F75C

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

Shades of Mindaro #D4F75C

Tints of Mindaro #D4F75C

Color information

#D4F75C (or 0xD4F75C) is unknown color: approx Mindaro. HEX triplet: D4, F7 and 5C. RGB value is (212,247,92). Sum of RGB (Red+Green+Blue) = 212+247+92=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #D4F75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F75C is #2B08A3. Grayscale: #DBDBDB. Windows color (decimal): -2820260 or 6092756. OLE color: 6092756.

HSL color Cylindrical-coordinate representation of color #D4F75C: hue angle of 73.55º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4F75C is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB21224792-
CMYK0.1400.630.03
HSL73.55º90.64%66.47%-
HSV(B)73.55º62.75%96.86%-
XYZ62.3481.2922.53-
YUV218.8656.4123.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.48%
GREEN value IS 247 (96.88% from 255) = 44.83%
BLUE value IS 92 (36.33% from 255) = 16.70%
R=38.48%
G=44.83%
B=16.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal212247920.1400.630.0373.5590.6466.47
HexD4F75CE03F34a5b42
Octal324367134160773112133102
Binary110101001111011110111001110011111111100101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F75C; }

 p { color: rgb(212,247,92); }

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

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

 a { background-color: rgb(212,247,92); }

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

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

 span { border-color: rgb(212,247,92); }

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