Html Css Color HEX #55E00C Bright Green

📋 copy color: '#55E00C'

red 85 ◦ green 224 ◦ blue 12

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

Shades of Bright Green #55E00C

Tints of Bright Green #55E00C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 69.78%

 BLUE value IS 12 (5.08% from 255) = 3.74%

R = 26.48%
G = 69.78%
B = 3.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#55E00C (or 0x55E00C) is known color: Bright Green. HEX triplet: 55, E0 and 0C. RGB value is (85,224,12). Sum of RGB (Red+Green+Blue) = 85+224+12=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #55E00C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55E00C is #AA1FF3. Grayscale: #9E9E9E. Windows color (decimal): -11149300 or 843861. OLE color: 843861.

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

Color convert

RGB 85 224 12 -
CMYK 0.62 0 0.95 0.12
HSL 99.34º 0.9% 0.46% -
HSV(B) 99.34º 0.95% 0.88% -
XYZ 30.47 55.27 9.41 -
YUV 158.27 45.45 75.74 -
System Red Green Blue C M Y K H S L
Decimal 85 224 12 0.62 0 0.95 0.12 99.34 0.9 0.46
Hex 55 E0 C 3E 0 5F C 63 5A 2E
Octal 125 340 14 76 0 137 14 143 132 56
Binary 1010101 11100000 1100 111110 0 1011111 1100 1100011 1011010 101110

Color Harmonies of #55E00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E00C

Black with #55E00C

Text Example


Text Example

White with #55E00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,224,12); }

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

background-color css

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

 a { background-color: rgb(85,224,12); }

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

border-color css

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

 span { border-color: rgb(85,224,12); }

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