Html Css Color HEX #55F992 Emerald

📋 copy color: '#55F992'

red 85 ◦ green 249 ◦ blue 146

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

Shades of Emerald #55F992

Tints of Emerald #55F992

RGB

 RED value IS 85 (33.59% from 255) = 17.71%

 GREEN value IS 249 (97.66% from 255) = 51.88%

 BLUE value IS 146 (57.42% from 255) = 30.42%

R = 17.71%
G = 51.88%
B = 30.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#55F992 (or 0x55F992) is known color: Emerald. HEX triplet: 55, F9 and 92. RGB value is (85,249,146). Sum of RGB (Red+Green+Blue) = 85+249+146=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #55F992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F992 is #AA066D. Grayscale: #BCBCBC. Windows color (decimal): -11142766 or 9632085. OLE color: 9632085.

HSL color Cylindrical-coordinate representation of color #55F992: hue angle of 142.32º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F992 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 249 146 -
CMYK 0.66 0 0.41 0.02
HSL 142.32º 0.93% 0.65% -
HSV(B) 142.32º 0.66% 0.98% -
XYZ 42.81 71.76 38.79 -
YUV 188.22 104.17 54.38 -
System Red Green Blue C M Y K H S L
Decimal 85 249 146 0.66 0 0.41 0.02 142.32 0.93 0.65
Hex 55 F9 92 42 0 29 2 8E 5D 41
Octal 125 371 222 102 0 51 2 216 135 101
Binary 1010101 11111001 10010010 1000010 0 101001 10 10001110 1011101 1000001

Color Harmonies of #55F992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F992

Black with #55F992

Text Example


Text Example

White with #55F992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55F992; }

 p { color: rgb(85,249,146); }

 H1.HeaderClassName
 {
   color: #55F992;
 }
 .AnyTagClassName
 {
   color: #55F992;
 }
</style>

background-color css

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

 a { background-color: rgb(85,249,146); }

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

border-color css

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

 span { border-color: rgb(85,249,146); }

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