Html Css Color HEX #55F85C Screamin' Green

📋 copy color: '#55F85C'

red 85 ◦ green 248 ◦ blue 92

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

Shades of Screamin' Green #55F85C

Tints of Screamin' Green #55F85C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 58.35%

 BLUE value IS 92 (36.33% from 255) = 21.65%

R = 20%
G = 58.35%
B = 21.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#55F85C (or 0x55F85C) is known color: Screamin' Green. HEX triplet: 55, F8 and 5C. RGB value is (85,248,92). Sum of RGB (Red+Green+Blue) = 85+248+92=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 248 (97.27% from 255 or 58.35% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 248 - color contains mainly: green. Hex color #55F85C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #55F85C is #AA07A3. Grayscale: #B5B5B5. Windows color (decimal): -11143076 or 6092885. OLE color: 6092885.

HSL color Cylindrical-coordinate representation of color #55F85C: hue angle of 122.58º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F85C is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 248 92 -
CMYK 0.66 0 0.63 0.03
HSL 122.58º 0.92% 0.65% -
HSV(B) 122.58º 0.66% 0.97% -
XYZ 39.25 69.84 21.54 -
YUV 181.48 77.5 59.18 -
System Red Green Blue C M Y K H S L
Decimal 85 248 92 0.66 0 0.63 0.03 122.58 0.92 0.65
Hex 55 F8 5C 42 0 3F 3 7B 5C 41
Octal 125 370 134 102 0 77 3 173 134 101
Binary 1010101 11111000 1011100 1000010 0 111111 11 1111011 1011100 1000001

Color Harmonies of #55F85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F85C

Black with #55F85C

Text Example


Text Example

White with #55F85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,248,92); }

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

background-color css

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

 a { background-color: rgb(85,248,92); }

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

border-color css

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

 span { border-color: rgb(85,248,92); }

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