Html Css Color HEX #55FD8D Screamin' Green

📋 copy color: '#55FD8D'

red 85 ◦ green 253 ◦ blue 141

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

Shades of Screamin' Green #55FD8D

Tints of Screamin' Green #55FD8D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.82%

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 17.75%
G = 52.82%
B = 29.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#55FD8D (or 0x55FD8D) is known color: Screamin' Green. HEX triplet: 55, FD and 8D. RGB value is (85,253,141). Sum of RGB (Red+Green+Blue) = 85+253+141=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #55FD8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FD8D is #AA0272. Grayscale: #BEBEBE. Windows color (decimal): -11141747 or 9305429. OLE color: 9305429.

HSL color Cylindrical-coordinate representation of color #55FD8D: hue angle of 140º degrees, saturation: 0.98, 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 #55FD8D is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 253 141 -
CMYK 0.66 0 0.44 0.01
HSL 140º 0.98% 0.66% -
HSV(B) 140º 0.66% 0.99% -
XYZ 43.68 74.1 37.2 -
YUV 190 100.34 53.11 -
System Red Green Blue C M Y K H S L
Decimal 85 253 141 0.66 0 0.44 0.01 140 0.98 0.66
Hex 55 FD 8D 42 0 2C 1 8C 62 42
Octal 125 375 215 102 0 54 1 214 142 102
Binary 1010101 11111101 10001101 1000010 0 101100 1 10001100 1100010 1000010

Color Harmonies of #55FD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FD8D

Black with #55FD8D

Text Example


Text Example

White with #55FD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,253,141); }

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

background-color css

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

 a { background-color: rgb(85,253,141); }

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

border-color css

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

 span { border-color: rgb(85,253,141); }

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