#D6F353

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

Shades of Mindaro #D6F353

Tints of Mindaro #D6F353

Color information

#D6F353 (or 0xD6F353) is unknown color: approx Mindaro. HEX triplet: D6, F3 and 53. RGB value is (214,243,83). Sum of RGB (Red+Green+Blue) = 214+243+83=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 83 (32.81% from 255 or 15.37% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F353 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F353 is #290CAC. Grayscale: #D8D8D8. Windows color (decimal): -2690221 or 5501910. OLE color: 5501910.

HSL color Cylindrical-coordinate representation of color #D6F353: hue angle of 70.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6F353 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB21424383-
CMYK0.1200.660.05
HSL70.88º86.96%63.92%-
HSV(B)70.88º65.84%95.29%-
XYZ61.3479.0220.2-
YUV216.0952.89126.51-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 243 (95.31% from 255) = 45%
BLUE value IS 83 (32.81% from 255) = 15.37%
R=39.63%
G=45%
B=15.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214243830.1200.660.0570.8886.9663.92
HexD6F353C0425475740
Octal3263631231401025107127100
Binary11010110111100111010011110001000010101100011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F353; }

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

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

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

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

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

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

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

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