Html Css Color HEX #5FEEBD Downy

📋 copy color: '#5FEEBD'

red 95 ◦ green 238 ◦ blue 189

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

Shades of Downy #5FEEBD

Tints of Downy #5FEEBD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.59%

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 18.2%
G = 45.59%
B = 36.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#5FEEBD (or 0x5FEEBD) is known color: Downy. HEX triplet: 5F, EE and BD. RGB value is (95,238,189). Sum of RGB (Red+Green+Blue) = 95+238+189=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #5FEEBD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEEBD is #A01142. Grayscale: #BDBDBD. Windows color (decimal): -10490179 or 12447327. OLE color: 12447327.

HSL color Cylindrical-coordinate representation of color #5FEEBD: hue angle of 159.44º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEEBD is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 95 238 189 -
CMYK 0.60 0 0.21 0.07
HSL 159.44º 0.81% 0.65% -
HSV(B) 159.44º 0.6% 0.93% -
XYZ 44.48 67.26 58.78 -
YUV 189.66 127.62 60.48 -
System Red Green Blue C M Y K H S L
Decimal 95 238 189 0.60 0 0.21 0.07 159.44 0.81 0.65
Hex 5F EE BD 3C 0 15 7 9F 51 41
Octal 137 356 275 74 0 25 7 237 121 101
Binary 1011111 11101110 10111101 111100 0 10101 111 10011111 1010001 1000001

Color Harmonies of #5FEEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FEEBD

Black with #5FEEBD

Text Example


Text Example

White with #5FEEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,238,189); }

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

background-color css

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

 a { background-color: rgb(95,238,189); }

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

border-color css

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

 span { border-color: rgb(95,238,189); }

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