Html Css Color HEX #55E42A Kelly Green

📋 copy color: '#55E42A'

red 85 ◦ green 228 ◦ blue 42

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

Shades of Kelly Green #55E42A

Tints of Kelly Green #55E42A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 64.23%

 BLUE value IS 42 (16.8% from 255) = 11.83%

R = 23.94%
G = 64.23%
B = 11.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#55E42A (or 0x55E42A) is known color: Kelly Green. HEX triplet: 55, E4 and 2A. RGB value is (85,228,42). Sum of RGB (Red+Green+Blue) = 85+228+42=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 228 (89.45% from 255 or 64.23% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 228 - color contains mainly: green. Hex color #55E42A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E42A is #AA1BD5. Grayscale: #A4A4A4. Windows color (decimal): -11148246 or 2810965. OLE color: 2810965.

HSL color Cylindrical-coordinate representation of color #55E42A: hue angle of 106.13º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55E42A is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 228 42 -
CMYK 0.63 0 0.82 0.11
HSL 106.13º 0.78% 0.53% -
HSV(B) 106.13º 0.82% 0.89% -
XYZ 31.91 57.59 11.62 -
YUV 164.04 59.12 71.62 -
System Red Green Blue C M Y K H S L
Decimal 85 228 42 0.63 0 0.82 0.11 106.13 0.78 0.53
Hex 55 E4 2A 3F 0 52 B 6A 4E 35
Octal 125 344 52 77 0 122 13 152 116 65
Binary 1010101 11100100 101010 111111 0 1010010 1011 1101010 1001110 110101

Color Harmonies of #55E42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E42A

Black with #55E42A

Text Example


Text Example

White with #55E42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,228,42); }

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

background-color css

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

 a { background-color: rgb(85,228,42); }

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

border-color css

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

 span { border-color: rgb(85,228,42); }

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