#62F1BD

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

Shades of Downy #62F1BD

Tints of Downy #62F1BD

Color information

#62F1BD (or 0x62F1BD) is unknown color: approx Downy. HEX triplet: 62, F1 and BD. RGB value is (98,241,189). Sum of RGB (Red+Green+Blue) = 98+241+189=528 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.56% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #62F1BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F1BD is #9D0E42. Grayscale: #C0C0C0. Windows color (decimal): -10292803 or 12448098. OLE color: 12448098.

HSL color Cylindrical-coordinate representation of color #62F1BD: hue angle of 158.18º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62F1BD is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB98241189-
CMYK0.5900.220.05
HSL158.18º83.63%66.47%-
HSV(B)158.18º59.34%94.51%-
XYZ45.6869.1859.09-
YUV192.31126.1260.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.56%
GREEN value IS 241 (94.53% from 255) = 45.64%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=18.56%
G=45.64%
B=35.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal982411890.5900.220.05158.1883.6366.47
Hex62F1BD3B01659e5442
Octal142361275730265236124102
Binary110001011110001101111011110110101101011001111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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