Html Css Color HEX #55B500 Kelly Green

📋 copy color: '#55B500'

red 85 ◦ green 181 ◦ blue 0

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

Shades of Kelly Green #55B500

Tints of Kelly Green #55B500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.95%
G = 68.05%
B = 0%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#55B500 (or 0x55B500) is known color: Kelly Green. HEX triplet: 55, B5 and 00. RGB value is (85,181,0). Sum of RGB (Red+Green+Blue) = 85+181+0=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 181 (71.09% from 255 or 68.05% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 181 - color contains mainly: green. Hex color #55B500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55B500 is #AA4AFF. Grayscale: #848484. Windows color (decimal): -11160320 or 46421. OLE color: 46421.

HSL color Cylindrical-coordinate representation of color #55B500: hue angle of 91.82º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55B500 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 181 0 -
CMYK 0.53 0 1 0.29
HSL 91.82º 1% 0.35% -
HSV(B) 91.82º 1% 0.71% -
XYZ 20.27 34.98 5.68 -
YUV 131.66 53.7 94.72 -
System Red Green Blue C M Y K H S L
Decimal 85 181 0 0.53 0 1 0.29 91.82 1 0.35
Hex 55 B5 0 35 0 64 1D 5C 64 23
Octal 125 265 0 65 0 144 35 134 144 43
Binary 1010101 10110101 0 110101 0 1100100 11101 1011100 1100100 100011

Color Harmonies of #55B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B500

Black with #55B500

Text Example


Text Example

White with #55B500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,181,0); }

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

background-color css

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

 a { background-color: rgb(85,181,0); }

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

border-color css

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

 span { border-color: rgb(85,181,0); }

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