Html Css Color HEX #53DB14 Kelly Green

📋 copy color: '#53DB14'

red 83 ◦ green 219 ◦ blue 20

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

Shades of Kelly Green #53DB14

Tints of Kelly Green #53DB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 68.01%

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

R = 25.78%
G = 68.01%
B = 6.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#53DB14 (or 0x53DB14) is known color: Kelly Green. HEX triplet: 53, DB and 14. RGB value is (83,219,20). Sum of RGB (Red+Green+Blue) = 83+219+20=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 219 (85.94% from 255 or 68.01% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 219 - color contains mainly: green. Hex color #53DB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53DB14 is #AC24EB. Grayscale: #9C9C9C. Windows color (decimal): -11281644 or 1366867. OLE color: 1366867.

HSL color Cylindrical-coordinate representation of color #53DB14: hue angle of 101.01º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53DB14 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 219 20 -
CMYK 0.62 0 0.91 0.14
HSL 101.01º 0.83% 0.47% -
HSV(B) 101.01º 0.91% 0.86% -
XYZ 29.03 52.55 9.28 -
YUV 155.65 51.44 76.18 -
System Red Green Blue C M Y K H S L
Decimal 83 219 20 0.62 0 0.91 0.14 101.01 0.83 0.47
Hex 53 DB 14 3E 0 5B E 65 53 2F
Octal 123 333 24 76 0 133 16 145 123 57
Binary 1010011 11011011 10100 111110 0 1011011 1110 1100101 1010011 101111

Color Harmonies of #53DB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DB14

Black with #53DB14

Text Example


Text Example

White with #53DB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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