Html Css Color HEX #55E14A Screamin' Green

📋 copy color: '#55E14A'

red 85 ◦ green 225 ◦ blue 74

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

Shades of Screamin' Green #55E14A

Tints of Screamin' Green #55E14A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.59%

 BLUE value IS 74 (29.3% from 255) = 19.27%

R = 22.14%
G = 58.59%
B = 19.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#55E14A (or 0x55E14A) is known color: Screamin' Green. HEX triplet: 55, E1 and 4A. RGB value is (85,225,74). Sum of RGB (Red+Green+Blue) = 85+225+74=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 225 (88.28% from 255 or 58.59% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 225 - color contains mainly: green. Hex color #55E14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E14A is #AA1EB5. Grayscale: #A6A6A6. Windows color (decimal): -11148982 or 4907349. OLE color: 4907349.

HSL color Cylindrical-coordinate representation of color #55E14A: hue angle of 115.63º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55E14A is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 225 74 -
CMYK 0.62 0 0.67 0.12
HSL 115.63º 0.72% 0.59% -
HSV(B) 115.63º 0.67% 0.88% -
XYZ 31.91 56.28 15.66 -
YUV 165.93 76.12 70.28 -
System Red Green Blue C M Y K H S L
Decimal 85 225 74 0.62 0 0.67 0.12 115.63 0.72 0.59
Hex 55 E1 4A 3E 0 43 C 74 48 3B
Octal 125 341 112 76 0 103 14 164 110 73
Binary 1010101 11100001 1001010 111110 0 1000011 1100 1110100 1001000 111011

Color Harmonies of #55E14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E14A

Black with #55E14A

Text Example


Text Example

White with #55E14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,225,74); }

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

background-color css

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

 a { background-color: rgb(85,225,74); }

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

border-color css

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

 span { border-color: rgb(85,225,74); }

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