#D6FB53

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

Shades of Mindaro #D6FB53

Tints of Mindaro #D6FB53

Color information

#D6FB53 (or 0xD6FB53) is unknown color: approx Mindaro. HEX triplet: D6, FB and 53. RGB value is (214,251,83). Sum of RGB (Red+Green+Blue) = 214+251+83=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 83 (32.81% from 255 or 15.15% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FB53 is #2904AC. Grayscale: #DDDDDD. Windows color (decimal): -2688173 or 5503958. OLE color: 5503958.

HSL color Cylindrical-coordinate representation of color #D6FB53: hue angle of 73.21º 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 #D6FB53 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB21425183-
CMYK0.1500.670.02
HSL73.21º95.45%65.49%-
HSV(B)73.21º66.93%98.43%-
XYZ63.7983.9221.02-
YUV220.7850.24123.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 251 (98.44% from 255) = 45.80%
BLUE value IS 83 (32.81% from 255) = 15.15%
R=39.05%
G=45.80%
B=15.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal214251830.1500.670.0273.2195.4565.49
HexD6FB53F0432495f41
Octal3263731231701032111137101
Binary1101011011111011101001111110100001110100100110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FB53; }

 p { color: rgb(214,251,83); }

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

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

 a { background-color: rgb(214,251,83); }

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

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

 span { border-color: rgb(214,251,83); }

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