Html Css Color HEX #53BB01 Kelly Green

📋 copy color: '#53BB01'

red 83 ◦ green 187 ◦ blue 1

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

Shades of Kelly Green #53BB01

Tints of Kelly Green #53BB01

RGB

 RED value IS 83 (32.81% from 255) = 30.63%

 GREEN value IS 187 (73.44% from 255) = 69%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 30.63%
G = 69%
B = 0.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#53BB01 (or 0x53BB01) is known color: Kelly Green. HEX triplet: 53, BB and 01. RGB value is (83,187,1). Sum of RGB (Red+Green+Blue) = 83+187+1=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 187 (73.44% from 255 or 69.00% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BB01 is #AC44FE. Grayscale: #878787. Windows color (decimal): -11289855 or 113491. OLE color: 113491.

HSL color Cylindrical-coordinate representation of color #53BB01: hue angle of 93.55º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53BB01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 187 1 -
CMYK 0.56 0 0.99 0.27
HSL 93.55º 0.99% 0.37% -
HSV(B) 93.55º 0.99% 0.73% -
XYZ 21.34 37.38 6.12 -
YUV 134.7 52.54 91.12 -
System Red Green Blue C M Y K H S L
Decimal 83 187 1 0.56 0 0.99 0.27 93.55 0.99 0.37
Hex 53 BB 1 38 0 63 1B 5E 63 25
Octal 123 273 1 70 0 143 33 136 143 45
Binary 1010011 10111011 1 111000 0 1100011 11011 1011110 1100011 100101

Color Harmonies of #53BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB01

Black with #53BB01

Text Example


Text Example

White with #53BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,187,1); }

 H1.HeaderClassName
 {
   color: #53BB01;
 }
 .AnyTagClassName
 {
   color: #53BB01;
 }
</style>

background-color css

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

 a { background-color: rgb(83,187,1); }

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

border-color css

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

 span { border-color: rgb(83,187,1); }

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