Html Css Color HEX #55ED42 Screamin' Green

📋 copy color: '#55ED42'

red 85 ◦ green 237 ◦ blue 66

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

Shades of Screamin' Green #55ED42

Tints of Screamin' Green #55ED42

RGB

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

 GREEN value IS 237 (92.97% from 255) = 61.08%

 BLUE value IS 66 (26.17% from 255) = 17.01%

R = 21.91%
G = 61.08%
B = 17.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#55ED42 (or 0x55ED42) is known color: Screamin' Green. HEX triplet: 55, ED and 42. RGB value is (85,237,66). Sum of RGB (Red+Green+Blue) = 85+237+66=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 237 (92.97% from 255 or 61.08% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 237 - color contains mainly: green. Hex color #55ED42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55ED42 is #AA12BD. Grayscale: #ACACAC. Windows color (decimal): -11145918 or 4386133. OLE color: 4386133.

HSL color Cylindrical-coordinate representation of color #55ED42: hue angle of 113.33º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55ED42 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 237 66 -
CMYK 0.64 0 0.72 0.07
HSL 113.33º 0.83% 0.59% -
HSV(B) 113.33º 0.72% 0.93% -
XYZ 35.01 62.89 15.45 -
YUV 172.06 68.14 65.9 -
System Red Green Blue C M Y K H S L
Decimal 85 237 66 0.64 0 0.72 0.07 113.33 0.83 0.59
Hex 55 ED 42 40 0 48 7 71 53 3B
Octal 125 355 102 100 0 110 7 161 123 73
Binary 1010101 11101101 1000010 1000000 0 1001000 111 1110001 1010011 111011

Color Harmonies of #55ED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ED42

Black with #55ED42

Text Example


Text Example

White with #55ED42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,237,66); }

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

background-color css

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

 a { background-color: rgb(85,237,66); }

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

border-color css

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

 span { border-color: rgb(85,237,66); }

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