Html Css Color HEX #55DA50 Screamin' Green

📋 copy color: '#55DA50'

red 85 ◦ green 218 ◦ blue 80

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

Shades of Screamin' Green #55DA50

Tints of Screamin' Green #55DA50

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.92%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 22.19%
G = 56.92%
B = 20.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#55DA50 (or 0x55DA50) is known color: Screamin' Green. HEX triplet: 55, DA and 50. RGB value is (85,218,80). Sum of RGB (Red+Green+Blue) = 85+218+80=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA50 is #AA25AF. Grayscale: #A2A2A2. Windows color (decimal): -11150768 or 5298773. OLE color: 5298773.

HSL color Cylindrical-coordinate representation of color #55DA50: hue angle of 117.83º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55DA50 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 80 -
CMYK 0.61 0 0.63 0.15
HSL 117.83º 0.65% 0.58% -
HSV(B) 117.83º 0.63% 0.85% -
XYZ 30.27 52.65 16.16 -
YUV 162.5 81.44 72.72 -
System Red Green Blue C M Y K H S L
Decimal 85 218 80 0.61 0 0.63 0.15 117.83 0.65 0.58
Hex 55 DA 50 3D 0 3F F 76 41 3A
Octal 125 332 120 75 0 77 17 166 101 72
Binary 1010101 11011010 1010000 111101 0 111111 1111 1110110 1000001 111010

Color Harmonies of #55DA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA50

Black with #55DA50

Text Example


Text Example

White with #55DA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,218,80); }

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

background-color css

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

 a { background-color: rgb(85,218,80); }

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

border-color css

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

 span { border-color: rgb(85,218,80); }

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