#62F2BD

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

Shades of Downy #62F2BD

Tints of Downy #62F2BD

Color information

#62F2BD (or 0x62F2BD) is unknown color: approx Downy. HEX triplet: 62, F2 and BD. RGB value is (98,242,189). Sum of RGB (Red+Green+Blue) = 98+242+189=529 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.53% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #62F2BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F2BD is #9D0D42. Grayscale: #C0C0C0. Windows color (decimal): -10292547 or 12448354. OLE color: 12448354.

HSL color Cylindrical-coordinate representation of color #62F2BD: hue angle of 157.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62F2BD is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB98242189-
CMYK0.6000.220.05
HSL157.92º84.71%66.67%-
HSV(B)157.92º59.5%94.9%-
XYZ45.9769.7859.19-
YUV192.9125.7960.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.53%
GREEN value IS 242 (94.92% from 255) = 45.75%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=18.53%
G=45.75%
B=35.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal982421890.6000.220.05157.9284.7166.67
Hex62F2BD3C01659e5543
Octal142362275740265236125103
Binary110001011110010101111011111000101101011001111010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62F2BD; }

 p { color: rgb(98,242,189); }

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

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

 a { background-color: rgb(98,242,189); }

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

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

 span { border-color: rgb(98,242,189); }

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