Html Css Color HEX #55C10B Kelly Green

📋 copy color: '#55C10B'

red 85 ◦ green 193 ◦ blue 11

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

Shades of Kelly Green #55C10B

Tints of Kelly Green #55C10B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.81%

R = 29.41%
G = 66.78%
B = 3.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#55C10B (or 0x55C10B) is known color: Kelly Green. HEX triplet: 55, C1 and 0B. RGB value is (85,193,11). Sum of RGB (Red+Green+Blue) = 85+193+11=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #55C10B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C10B is #AA3EF4. Grayscale: #8C8C8C. Windows color (decimal): -11157237 or 770389. OLE color: 770389.

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

Color convert

RGB 85 193 11 -
CMYK 0.56 0 0.94 0.24
HSL 95.6º 0.89% 0.4% -
HSV(B) 95.6º 0.94% 0.76% -
XYZ 22.88 40.1 6.85 -
YUV 139.96 55.22 88.8 -
System Red Green Blue C M Y K H S L
Decimal 85 193 11 0.56 0 0.94 0.24 95.6 0.89 0.4
Hex 55 C1 B 38 0 5E 18 60 59 28
Octal 125 301 13 70 0 136 30 140 131 50
Binary 1010101 11000001 1011 111000 0 1011110 11000 1100000 1011001 101000

Color Harmonies of #55C10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C10B

Black with #55C10B

Text Example


Text Example

White with #55C10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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