Html Css Color HEX #55C530 Kelly Green

📋 copy color: '#55C530'

red 85 ◦ green 197 ◦ blue 48

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

Shades of Kelly Green #55C530

Tints of Kelly Green #55C530

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.7%

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 25.76%
G = 59.7%
B = 14.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#55C530 (or 0x55C530) is known color: Kelly Green. HEX triplet: 55, C5 and 30. RGB value is (85,197,48). Sum of RGB (Red+Green+Blue) = 85+197+48=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #55C530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C530 is #AA3ACF. Grayscale: #939393. Windows color (decimal): -11156176 or 3196245. OLE color: 3196245.

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

Color convert

RGB 85 197 48 -
CMYK 0.57 0 0.76 0.23
HSL 105.1º 0.61% 0.48% -
HSV(B) 105.1º 0.76% 0.77% -
XYZ 24.25 42.08 9.64 -
YUV 146.53 72.39 84.12 -
System Red Green Blue C M Y K H S L
Decimal 85 197 48 0.57 0 0.76 0.23 105.1 0.61 0.48
Hex 55 C5 30 39 0 4C 17 69 3D 30
Octal 125 305 60 71 0 114 27 151 75 60
Binary 1010101 11000101 110000 111001 0 1001100 10111 1101001 111101 110000

Color Harmonies of #55C530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C530

Black with #55C530

Text Example


Text Example

White with #55C530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,197,48); }

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

background-color css

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

 a { background-color: rgb(85,197,48); }

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

border-color css

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

 span { border-color: rgb(85,197,48); }

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