Html Css Color HEX #55FC8A Screamin' Green

📋 copy color: '#55FC8A'

red 85 ◦ green 252 ◦ blue 138

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

Shades of Screamin' Green #55FC8A

Tints of Screamin' Green #55FC8A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.05%

 BLUE value IS 138 (54.3% from 255) = 29.05%

R = 17.89%
G = 53.05%
B = 29.05%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#55FC8A (or 0x55FC8A) is known color: Screamin' Green. HEX triplet: 55, FC and 8A. RGB value is (85,252,138). Sum of RGB (Red+Green+Blue) = 85+252+138=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #55FC8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FC8A is #AA0375. Grayscale: #BDBDBD. Windows color (decimal): -11142006 or 9108565. OLE color: 9108565.

HSL color Cylindrical-coordinate representation of color #55FC8A: hue angle of 139.04º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FC8A is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 252 138 -
CMYK 0.66 0 0.45 0.01
HSL 139.04º 0.97% 0.66% -
HSV(B) 139.04º 0.66% 0.99% -
XYZ 43.14 73.39 35.94 -
YUV 189.07 99.17 53.77 -
System Red Green Blue C M Y K H S L
Decimal 85 252 138 0.66 0 0.45 0.01 139.04 0.97 0.66
Hex 55 FC 8A 42 0 2D 1 8B 61 42
Octal 125 374 212 102 0 55 1 213 141 102
Binary 1010101 11111100 10001010 1000010 0 101101 1 10001011 1100001 1000010

Color Harmonies of #55FC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FC8A

Black with #55FC8A

Text Example


Text Example

White with #55FC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,252,138); }

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

background-color css

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

 a { background-color: rgb(85,252,138); }

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

border-color css

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

 span { border-color: rgb(85,252,138); }

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