Html Css Color HEX #55C22B Kelly Green

📋 copy color: '#55C22B'

red 85 ◦ green 194 ◦ blue 43

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

Shades of Kelly Green #55C22B

Tints of Kelly Green #55C22B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.25%

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 26.4%
G = 60.25%
B = 13.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#55C22B (or 0x55C22B) is known color: Kelly Green. HEX triplet: 55, C2 and 2B. RGB value is (85,194,43). Sum of RGB (Red+Green+Blue) = 85+194+43=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #55C22B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C22B is #AA3DD4. Grayscale: #909090. Windows color (decimal): -11156949 or 2867797. OLE color: 2867797.

HSL color Cylindrical-coordinate representation of color #55C22B: hue angle of 103.31º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55C22B is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 194 43 -
CMYK 0.56 0 0.78 0.24
HSL 103.31º 0.64% 0.46% -
HSV(B) 103.31º 0.78% 0.76% -
XYZ 23.47 40.69 8.9 -
YUV 144.2 70.89 85.78 -
System Red Green Blue C M Y K H S L
Decimal 85 194 43 0.56 0 0.78 0.24 103.31 0.64 0.46
Hex 55 C2 2B 38 0 4E 18 67 40 2E
Octal 125 302 53 70 0 116 30 147 100 56
Binary 1010101 11000010 101011 111000 0 1001110 11000 1100111 1000000 101110

Color Harmonies of #55C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C22B

Black with #55C22B

Text Example


Text Example

White with #55C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,194,43); }

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

background-color css

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

 a { background-color: rgb(85,194,43); }

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

border-color css

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

 span { border-color: rgb(85,194,43); }

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