#D4F96B

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

Shades of Mindaro #D4F96B

Tints of Mindaro #D4F96B

Color information

#D4F96B (or 0xD4F96B) is unknown color: approx Mindaro. HEX triplet: D4, F9 and 6B. RGB value is (212,249,107). Sum of RGB (Red+Green+Blue) = 212+249+107=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 107 (42.19% from 255 or 18.84% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F96B is #2B0694. Grayscale: #DEDEDE. Windows color (decimal): -2819733 or 7076308. OLE color: 7076308.

HSL color Cylindrical-coordinate representation of color #D4F96B: hue angle of 75.63º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4F96B is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB212249107-
CMYK0.1500.570.02
HSL75.63º92.21%69.8%-
HSV(B)75.63º57.03%97.65%-
XYZ63.6882.8126.54-
YUV221.7563.24121.05-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 249 (97.66% from 255) = 43.84%
BLUE value IS 107 (42.19% from 255) = 18.84%
R=37.32%
G=43.84%
B=18.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122491070.1500.570.0275.6392.2169.8
HexD4F96BF03924c5c46
Octal324371153170712114134106
Binary110101001111100111010111111011100110100110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F96B; }

 p { color: rgb(212,249,107); }

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

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

 a { background-color: rgb(212,249,107); }

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

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

 span { border-color: rgb(212,249,107); }

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