Html Css Color HEX #53BF14 Kelly Green

📋 copy color: '#53BF14'

red 83 ◦ green 191 ◦ blue 20

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

Shades of Kelly Green #53BF14

Tints of Kelly Green #53BF14

RGB

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

 GREEN value IS 191 (75% from 255) = 64.97%

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

R = 28.23%
G = 64.97%
B = 6.8%

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

#53BF14 (or 0x53BF14) is known color: Kelly Green. HEX triplet: 53, BF and 14. RGB value is (83,191,20). Sum of RGB (Red+Green+Blue) = 83+191+20=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #53BF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53BF14 is #AC40EB. Grayscale: #8B8B8B. Windows color (decimal): -11288812 or 1359699. OLE color: 1359699.

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

Color convert

RGB 83 191 20 -
CMYK 0.57 0 0.90 0.25
HSL 97.89º 0.81% 0.41% -
HSV(B) 97.89º 0.9% 0.75% -
XYZ 22.32 39.15 7.04 -
YUV 139.21 60.72 87.9 -
System Red Green Blue C M Y K H S L
Decimal 83 191 20 0.57 0 0.90 0.25 97.89 0.81 0.41
Hex 53 BF 14 39 0 5A 19 62 51 29
Octal 123 277 24 71 0 132 31 142 121 51
Binary 1010011 10111111 10100 111001 0 1011010 11001 1100010 1010001 101001

Color Harmonies of #53BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BF14

Black with #53BF14

Text Example


Text Example

White with #53BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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