Html Css Color HEX #55F276 Screamin' Green

📋 copy color: '#55F276'

red 85 ◦ green 242 ◦ blue 118

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

Shades of Screamin' Green #55F276

Tints of Screamin' Green #55F276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.52%

R = 19.1%
G = 54.38%
B = 26.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#55F276 (or 0x55F276) is known color: Screamin' Green. HEX triplet: 55, F2 and 76. RGB value is (85,242,118). Sum of RGB (Red+Green+Blue) = 85+242+118=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 242 (94.92% from 255 or 54.38% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 242 - color contains mainly: green. Hex color #55F276 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F276 is #AA0D89. Grayscale: #B5B5B5. Windows color (decimal): -11144586 or 7795285. OLE color: 7795285.

HSL color Cylindrical-coordinate representation of color #55F276: hue angle of 132.61º 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 #55F276 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 242 118 -
CMYK 0.65 0 0.51 0.05
HSL 132.61º 0.86% 0.64% -
HSV(B) 132.61º 0.65% 0.95% -
XYZ 38.77 66.74 27.98 -
YUV 180.92 92.49 59.58 -
System Red Green Blue C M Y K H S L
Decimal 85 242 118 0.65 0 0.51 0.05 132.61 0.86 0.64
Hex 55 F2 76 41 0 33 5 85 56 40
Octal 125 362 166 101 0 63 5 205 126 100
Binary 1010101 11110010 1110110 1000001 0 110011 101 10000101 1010110 1000000

Color Harmonies of #55F276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F276

Black with #55F276

Text Example


Text Example

White with #55F276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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