#53B600

Color #53B600 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #53B600

Tints of Kelly Green #53B600

Color information

#53B600 (or 0x53B600) is unknown color: approx Kelly Green. HEX triplet: 53, B6 and 00. RGB value is (83,182,0). Sum of RGB (Red+Green+Blue) = 83+182+0=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 182 (71.48% from 255 or 68.68% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 182 - color contains mainly: green. Hex color #53B600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53B600 is #AC49FF. Grayscale: #848484. Windows color (decimal): -11291136 or 46675. OLE color: 46675.

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

Color convert

RGB831820-
CMYK0.54010.29
HSL92.64º100%35.69%-
HSV(B)92.64º100%71.37%-
XYZ20.335.295.74-
YUV131.6553.793.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.32%
GREEN value IS 182 (71.48% from 255) = 68.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.32%
G=68.68%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8318200.54010.2992.6410035.69
Hex53B60360641D5d6424
Octal12326606601443513514444
Binary1010011101101100110110011001001110110111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53B600; }

 p { color: rgb(83,182,0); }

 H1.HeaderClassName
 {
   color: #53B600;
 }
 .AnyTagClassName
 {
   color: #53B600;
 }
</style>
background-color css

<style>
 a { background-color: #53B600; }

 a { background-color: rgb(83,182,0); }

 div.DivClassName
 {
   background-color: #53B600;
 }
 .BgClassName
 {
   background-color: #53B600;
 }
</style>
border-color css

<style>
 span { border-color: #53B600; }

 span { border-color: rgb(83,182,0); }

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