Html Css Color HEX #53C014 Kelly Green

📋 copy color: '#53C014'

red 83 ◦ green 192 ◦ blue 20

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

Shades of Kelly Green #53C014

Tints of Kelly Green #53C014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.08%

 BLUE value IS 20 (8.2% from 255) = 6.78%

R = 28.14%
G = 65.08%
B = 6.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#53C014 (or 0x53C014) is known color: Kelly Green. HEX triplet: 53, C0 and 14. RGB value is (83,192,20). Sum of RGB (Red+Green+Blue) = 83+192+20=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #53C014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53C014 is #AC3FEB. Grayscale: #8C8C8C. Windows color (decimal): -11288556 or 1359955. OLE color: 1359955.

HSL color Cylindrical-coordinate representation of color #53C014: hue angle of 98.02º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53C014 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 20 -
CMYK 0.57 0 0.90 0.25
HSL 98.02º 0.81% 0.42% -
HSV(B) 98.02º 0.9% 0.75% -
XYZ 22.54 39.59 7.12 -
YUV 139.8 60.39 87.49 -
System Red Green Blue C M Y K H S L
Decimal 83 192 20 0.57 0 0.90 0.25 98.02 0.81 0.42
Hex 53 C0 14 39 0 5A 19 62 51 2A
Octal 123 300 24 71 0 132 31 142 121 52
Binary 1010011 11000000 10100 111001 0 1011010 11001 1100010 1010001 101010

Color Harmonies of #53C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C014

Black with #53C014

Text Example


Text Example

White with #53C014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,192,20); }

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

background-color css

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

 a { background-color: rgb(83,192,20); }

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

border-color css

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

 span { border-color: rgb(83,192,20); }

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