#D4FB52

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

Shades of Mindaro #D4FB52

Tints of Mindaro #D4FB52

Color information

#D4FB52 (or 0xD4FB52) is unknown color: approx Mindaro. HEX triplet: D4, FB and 52. RGB value is (212,251,82). Sum of RGB (Red+Green+Blue) = 212+251+82=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 82 (32.42% from 255 or 15.05% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FB52 is #2B04AD. Grayscale: #DCDCDC. Windows color (decimal): -2819246 or 5438420. OLE color: 5438420.

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

Color convert

RGB21225182-
CMYK0.1600.670.02
HSL73.85º95.48%65.29%-
HSV(B)73.85º67.33%98.43%-
XYZ63.1783.620.79-
YUV220.0750.08122.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 251 (98.44% from 255) = 46.06%
BLUE value IS 82 (32.42% from 255) = 15.05%
R=38.90%
G=46.06%
B=15.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212251820.1600.670.0273.8595.4865.29
HexD4FB521004324a5f41
Octal3243731222001032112137101
Binary11010100111110111010010100000100001110100101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FB52; }

 p { color: rgb(212,251,82); }

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

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

 a { background-color: rgb(212,251,82); }

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

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

 span { border-color: rgb(212,251,82); }

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