Html Css Color HEX #53A601 Kelly Green

📋 copy color: '#53A601'

red 83 ◦ green 166 ◦ blue 1

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

Shades of Kelly Green #53A601

Tints of Kelly Green #53A601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 66.4%

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

R = 33.2%
G = 66.4%
B = 0.4%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#53A601 (or 0x53A601) is known color: Kelly Green. HEX triplet: 53, A6 and 01. RGB value is (83,166,1). Sum of RGB (Red+Green+Blue) = 83+166+1=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 166 (65.23% from 255 or 66.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 166 - color contains mainly: green. Hex color #53A601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A601 is #AC59FE. Grayscale: #7A7A7A. Windows color (decimal): -11295231 or 108115. OLE color: 108115.

HSL color Cylindrical-coordinate representation of color #53A601: hue angle of 90.18º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53A601 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 166 1 -
CMYK 0.50 0 0.99 0.35
HSL 90.18º 0.99% 0.33% -
HSV(B) 90.18º 0.99% 0.65% -
XYZ 17.21 29.11 4.74 -
YUV 122.37 59.5 99.92 -
System Red Green Blue C M Y K H S L
Decimal 83 166 1 0.50 0 0.99 0.35 90.18 0.99 0.33
Hex 53 A6 1 32 0 63 23 5A 63 21
Octal 123 246 1 62 0 143 43 132 143 41
Binary 1010011 10100110 1 110010 0 1100011 100011 1011010 1100011 100001

Color Harmonies of #53A601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A601

Black with #53A601

Text Example


Text Example

White with #53A601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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