Html Css Color HEX #53B714 Kelly Green

📋 copy color: '#53B714'

red 83 ◦ green 183 ◦ blue 20

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

Shades of Kelly Green #53B714

Tints of Kelly Green #53B714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 63.99%

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

R = 29.02%
G = 63.99%
B = 6.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#53B714 (or 0x53B714) is known color: Kelly Green. HEX triplet: 53, B7 and 14. RGB value is (83,183,20). Sum of RGB (Red+Green+Blue) = 83+183+20=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 183 (71.88% from 255 or 63.99% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 183 - color contains mainly: green. Hex color #53B714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53B714 is #AC48EB. Grayscale: #878787. Windows color (decimal): -11290860 or 1357651. OLE color: 1357651.

HSL color Cylindrical-coordinate representation of color #53B714: hue angle of 96.81º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53B714 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 183 20 -
CMYK 0.55 0 0.89 0.28
HSL 96.81º 0.8% 0.4% -
HSV(B) 96.81º 0.89% 0.72% -
XYZ 20.63 35.76 6.48 -
YUV 134.52 63.37 91.25 -
System Red Green Blue C M Y K H S L
Decimal 83 183 20 0.55 0 0.89 0.28 96.81 0.8 0.4
Hex 53 B7 14 37 0 59 1C 61 50 28
Octal 123 267 24 67 0 131 34 141 120 50
Binary 1010011 10110111 10100 110111 0 1011001 11100 1100001 1010000 101000

Color Harmonies of #53B714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B714

Black with #53B714

Text Example


Text Example

White with #53B714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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