Html Css Color HEX #55C11F Kelly Green

📋 copy color: '#55C11F'

red 85 ◦ green 193 ◦ blue 31

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

Shades of Kelly Green #55C11F

Tints of Kelly Green #55C11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 62.46%

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

R = 27.51%
G = 62.46%
B = 10.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#55C11F (or 0x55C11F) is known color: Kelly Green. HEX triplet: 55, C1 and 1F. RGB value is (85,193,31). Sum of RGB (Red+Green+Blue) = 85+193+31=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 193 (75.78% from 255 or 62.46% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 193 - color contains mainly: green. Hex color #55C11F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C11F is #AA3EE0. Grayscale: #8E8E8E. Windows color (decimal): -11157217 or 2081109. OLE color: 2081109.

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

Color convert

RGB 85 193 31 -
CMYK 0.56 0 0.84 0.24
HSL 100º 0.72% 0.44% -
HSV(B) 100º 0.84% 0.76% -
XYZ 23.06 40.17 7.83 -
YUV 142.24 65.22 87.17 -
System Red Green Blue C M Y K H S L
Decimal 85 193 31 0.56 0 0.84 0.24 100 0.72 0.44
Hex 55 C1 1F 38 0 54 18 64 48 2C
Octal 125 301 37 70 0 124 30 144 110 54
Binary 1010101 11000001 11111 111000 0 1010100 11000 1100100 1001000 101100

Color Harmonies of #55C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C11F

Black with #55C11F

Text Example


Text Example

White with #55C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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