Html Css Color HEX #55C42E Kelly Green

📋 copy color: '#55C42E'

red 85 ◦ green 196 ◦ blue 46

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

Shades of Kelly Green #55C42E

Tints of Kelly Green #55C42E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.94%

 BLUE value IS 46 (18.36% from 255) = 14.07%

R = 25.99%
G = 59.94%
B = 14.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#55C42E (or 0x55C42E) is known color: Kelly Green. HEX triplet: 55, C4 and 2E. RGB value is (85,196,46). Sum of RGB (Red+Green+Blue) = 85+196+46=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 196 (76.95% from 255 or 59.94% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 196 - color contains mainly: green. Hex color #55C42E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C42E is #AA3BD1. Grayscale: #929292. Windows color (decimal): -11156434 or 3064917. OLE color: 3064917.

HSL color Cylindrical-coordinate representation of color #55C42E: hue angle of 104.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55C42E is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 85 196 46 -
CMYK 0.57 0 0.77 0.23
HSL 104.4º 0.62% 0.47% -
HSV(B) 104.4º 0.77% 0.77% -
XYZ 23.98 41.61 9.35 -
YUV 145.71 71.73 84.7 -
System Red Green Blue C M Y K H S L
Decimal 85 196 46 0.57 0 0.77 0.23 104.4 0.62 0.47
Hex 55 C4 2E 39 0 4D 17 68 3E 2F
Octal 125 304 56 71 0 115 27 150 76 57
Binary 1010101 11000100 101110 111001 0 1001101 10111 1101000 111110 101111

Color Harmonies of #55C42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C42E

Black with #55C42E

Text Example


Text Example

White with #55C42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,196,46); }

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

background-color css

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

 a { background-color: rgb(85,196,46); }

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

border-color css

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

 span { border-color: rgb(85,196,46); }

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