Html Css Color HEX #55F285 Emerald

📋 copy color: '#55F285'

red 85 ◦ green 242 ◦ blue 133

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

Shades of Emerald #55F285

Tints of Emerald #55F285

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.61%

 BLUE value IS 133 (52.34% from 255) = 28.91%

R = 18.48%
G = 52.61%
B = 28.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#55F285 (or 0x55F285) is known color: Emerald. HEX triplet: 55, F2 and 85. RGB value is (85,242,133). Sum of RGB (Red+Green+Blue) = 85+242+133=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #55F285 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F285 is #AA0D7A. Grayscale: #B6B6B6. Windows color (decimal): -11144571 or 8778325. OLE color: 8778325.

HSL color Cylindrical-coordinate representation of color #55F285: hue angle of 138.34º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F285 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 242 133 -
CMYK 0.65 0 0.45 0.05
HSL 138.34º 0.86% 0.64% -
HSV(B) 138.34º 0.65% 0.95% -
XYZ 39.73 67.13 33.05 -
YUV 182.63 99.99 58.36 -
System Red Green Blue C M Y K H S L
Decimal 85 242 133 0.65 0 0.45 0.05 138.34 0.86 0.64
Hex 55 F2 85 41 0 2D 5 8A 56 40
Octal 125 362 205 101 0 55 5 212 126 100
Binary 1010101 11110010 10000101 1000001 0 101101 101 10001010 1010110 1000000

Color Harmonies of #55F285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F285

Black with #55F285

Text Example


Text Example

White with #55F285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,242,133); }

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

background-color css

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

 a { background-color: rgb(85,242,133); }

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

border-color css

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

 span { border-color: rgb(85,242,133); }

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