Html Css Color HEX #53BD01 Kelly Green

📋 copy color: '#53BD01'

red 83 ◦ green 189 ◦ blue 1

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

Shades of Kelly Green #53BD01

Tints of Kelly Green #53BD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 69.23%

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

R = 30.4%
G = 69.23%
B = 0.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#53BD01 (or 0x53BD01) is known color: Kelly Green. HEX triplet: 53, BD and 01. RGB value is (83,189,1). Sum of RGB (Red+Green+Blue) = 83+189+1=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 189 (74.22% from 255 or 69.23% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BD01 is #AC42FE. Grayscale: #888888. Windows color (decimal): -11289343 or 114003. OLE color: 114003.

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

Color convert

RGB 83 189 1 -
CMYK 0.56 0 0.99 0.26
HSL 93.83º 0.99% 0.37% -
HSV(B) 93.83º 0.99% 0.74% -
XYZ 21.77 38.24 6.26 -
YUV 135.87 51.88 90.29 -
System Red Green Blue C M Y K H S L
Decimal 83 189 1 0.56 0 0.99 0.26 93.83 0.99 0.37
Hex 53 BD 1 38 0 63 1A 5E 63 25
Octal 123 275 1 70 0 143 32 136 143 45
Binary 1010011 10111101 1 111000 0 1100011 11010 1011110 1100011 100101

Color Harmonies of #53BD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BD01

Black with #53BD01

Text Example


Text Example

White with #53BD01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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