#D2F64F

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

Shades of Mindaro #D2F64F

Tints of Mindaro #D2F64F

Color information

#D2F64F (or 0xD2F64F) is unknown color: approx Mindaro. HEX triplet: D2, F6 and 4F. RGB value is (210,246,79). Sum of RGB (Red+Green+Blue) = 210+246+79=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 79 (31.25% from 255 or 14.77% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F64F is #2D09B0. Grayscale: #D8D8D8. Windows color (decimal): -2951601 or 5240530. OLE color: 5240530.

HSL color Cylindrical-coordinate representation of color #D2F64F: hue angle of 72.93º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2F64F is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB21024679-
CMYK0.1500.680.04
HSL72.93º90.27%63.73%-
HSV(B)72.93º67.89%96.47%-
XYZ60.9580.1819.66-
YUV216.250.57123.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 246 (96.48% from 255) = 45.98%
BLUE value IS 79 (31.25% from 255) = 14.77%
R=39.25%
G=45.98%
B=14.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal210246790.1500.680.0472.9390.2763.73
HexD2F64FF0444495a40
Octal3223661171701044111132100
Binary11010010111101101001111111101000100100100100110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F64F; }

 p { color: rgb(210,246,79); }

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

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

 a { background-color: rgb(210,246,79); }

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

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

 span { border-color: rgb(210,246,79); }

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