Html Css Color HEX #5FE5C9 Downy

📋 copy color: '#5FE5C9'

red 95 ◦ green 229 ◦ blue 201

#5FE5C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #5FE5C9

Tints of Downy #5FE5C9

RGB

 RED value IS 95 (37.5% from 255) = 18.1%

 GREEN value IS 229 (89.84% from 255) = 43.62%

 BLUE value IS 201 (78.91% from 255) = 38.29%

R = 18.1%
G = 43.62%
B = 38.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#5FE5C9 (or 0x5FE5C9) is known color: Downy. HEX triplet: 5F, E5 and C9. RGB value is (95,229,201). Sum of RGB (Red+Green+Blue) = 95+229+201=525 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.10% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FE5C9 is #A01A36. Grayscale: #B9B9B9. Windows color (decimal): -10492471 or 13231455. OLE color: 13231455.

HSL color Cylindrical-coordinate representation of color #5FE5C9: hue angle of 167.46º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE5C9 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 95 229 201 -
CMYK 0.59 0 0.12 0.10
HSL 167.46º 0.72% 0.64% -
HSV(B) 167.46º 0.59% 0.9% -
XYZ 43.28 62.69 65.08 -
YUV 185.74 136.61 63.28 -
System Red Green Blue C M Y K H S L
Decimal 95 229 201 0.59 0 0.12 0.10 167.46 0.72 0.64
Hex 5F E5 C9 3B 0 C A A7 48 40
Octal 137 345 311 73 0 14 12 247 110 100
Binary 1011111 11100101 11001001 111011 0 1100 1010 10100111 1001000 1000000

Color Harmonies of #5FE5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE5C9

Black with #5FE5C9

Text Example


Text Example

White with #5FE5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FE5C9; }

 p { color: rgb(95,229,201); }

 H1.HeaderClassName
 {
   color: #5FE5C9;
 }
 .AnyTagClassName
 {
   color: #5FE5C9;
 }
</style>

background-color css

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

 a { background-color: rgb(95,229,201); }

 div.DivClassName
 {
   background-color: #5FE5C9;
 }
 .BgClassName
 {
   background-color: #5FE5C9;
 }
</style>

border-color css

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

 span { border-color: rgb(95,229,201); }

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