Html Css Color HEX #55C51F Kelly Green

📋 copy color: '#55C51F'

red 85 ◦ green 197 ◦ blue 31

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

Shades of Kelly Green #55C51F

Tints of Kelly Green #55C51F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.9%

R = 27.16%
G = 62.94%
B = 9.9%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#55C51F (or 0x55C51F) is known color: Kelly Green. HEX triplet: 55, C5 and 1F. RGB value is (85,197,31). Sum of RGB (Red+Green+Blue) = 85+197+31=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #55C51F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C51F is #AA3AE0. Grayscale: #919191. Windows color (decimal): -11156193 or 2082133. OLE color: 2082133.

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

Color convert

RGB 85 197 31 -
CMYK 0.57 0 0.84 0.23
HSL 100.48º 0.73% 0.45% -
HSV(B) 100.48º 0.84% 0.77% -
XYZ 23.96 41.96 8.13 -
YUV 144.59 63.89 85.5 -
System Red Green Blue C M Y K H S L
Decimal 85 197 31 0.57 0 0.84 0.23 100.48 0.73 0.45
Hex 55 C5 1F 39 0 54 17 64 49 2D
Octal 125 305 37 71 0 124 27 144 111 55
Binary 1010101 11000101 11111 111001 0 1010100 10111 1100100 1001001 101101

Color Harmonies of #55C51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C51F

Black with #55C51F

Text Example


Text Example

White with #55C51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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