Html Css Color HEX #53D414 Kelly Green

📋 copy color: '#53D414'

red 83 ◦ green 212 ◦ blue 20

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

Shades of Kelly Green #53D414

Tints of Kelly Green #53D414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 67.3%

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

R = 26.35%
G = 67.3%
B = 6.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#53D414 (or 0x53D414) is known color: Kelly Green. HEX triplet: 53, D4 and 14. RGB value is (83,212,20). Sum of RGB (Red+Green+Blue) = 83+212+20=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 212 (83.20% from 255 or 67.30% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 212 - color contains mainly: green. Hex color #53D414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53D414 is #AC2BEB. Grayscale: #989898. Windows color (decimal): -11283436 or 1365075. OLE color: 1365075.

HSL color Cylindrical-coordinate representation of color #53D414: hue angle of 100.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53D414 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 212 20 -
CMYK 0.61 0 0.91 0.17
HSL 100.31º 0.83% 0.45% -
HSV(B) 100.31º 0.91% 0.83% -
XYZ 27.24 48.98 8.68 -
YUV 151.54 53.76 79.11 -
System Red Green Blue C M Y K H S L
Decimal 83 212 20 0.61 0 0.91 0.17 100.31 0.83 0.45
Hex 53 D4 14 3D 0 5B 11 64 53 2D
Octal 123 324 24 75 0 133 21 144 123 55
Binary 1010011 11010100 10100 111101 0 1011011 10001 1100100 1010011 101101

Color Harmonies of #53D414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D414

Black with #53D414

Text Example


Text Example

White with #53D414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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