#D2FB72

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

Shades of Mindaro #D2FB72

Tints of Mindaro #D2FB72

Color information

#D2FB72 (or 0xD2FB72) is unknown color: approx Mindaro. HEX triplet: D2, FB and 72. RGB value is (210,251,114). Sum of RGB (Red+Green+Blue) = 210+251+114=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FB72 is #2D048D. Grayscale: #DFDFDF. Windows color (decimal): -2950286 or 7535570. OLE color: 7535570.

HSL color Cylindrical-coordinate representation of color #D2FB72: hue angle of 77.96º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2FB72 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB210251114-
CMYK0.1600.550.02
HSL77.96º94.48%71.57%-
HSV(B)77.96º54.58%98.43%-
XYZ64.1183.9128.74-
YUV223.1266.42118.64-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 114 (44.92% from 255) = 19.83%
R=36.52%
G=43.65%
B=19.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102511140.1600.550.0277.9694.4871.57
HexD2FB721003724e5e48
Octal322373162200672116136110
Binary1101001011111011111001010000011011110100111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FB72; }

 p { color: rgb(210,251,114); }

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

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

 a { background-color: rgb(210,251,114); }

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

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

 span { border-color: rgb(210,251,114); }

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