Html Css Color HEX #53BC01 Kelly Green

📋 copy color: '#53BC01'

red 83 ◦ green 188 ◦ blue 1

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

Shades of Kelly Green #53BC01

Tints of Kelly Green #53BC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 69.12%

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

R = 30.51%
G = 69.12%
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

#53BC01 (or 0x53BC01) is known color: Kelly Green. HEX triplet: 53, BC and 01. RGB value is (83,188,1). Sum of RGB (Red+Green+Blue) = 83+188+1=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BC01 is #AC43FE. Grayscale: #878787. Windows color (decimal): -11289599 or 113747. OLE color: 113747.

HSL color Cylindrical-coordinate representation of color #53BC01: hue angle of 93.69º 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 #53BC01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 1 -
CMYK 0.56 0 0.99 0.26
HSL 93.69º 0.99% 0.37% -
HSV(B) 93.69º 0.99% 0.74% -
XYZ 21.56 37.81 6.19 -
YUV 135.29 52.21 90.71 -
System Red Green Blue C M Y K H S L
Decimal 83 188 1 0.56 0 0.99 0.26 93.69 0.99 0.37
Hex 53 BC 1 38 0 63 1A 5E 63 25
Octal 123 274 1 70 0 143 32 136 143 45
Binary 1010011 10111100 1 111000 0 1100011 11010 1011110 1100011 100101

Color Harmonies of #53BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC01

Black with #53BC01

Text Example


Text Example

White with #53BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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