Html Css Color HEX #53AF12 Kelly Green

📋 copy color: '#53AF12'

red 83 ◦ green 175 ◦ blue 18

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

Shades of Kelly Green #53AF12

Tints of Kelly Green #53AF12

RGB

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

 GREEN value IS 175 (68.75% from 255) = 63.41%

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 30.07%
G = 63.41%
B = 6.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#53AF12 (or 0x53AF12) is known color: Kelly Green. HEX triplet: 53, AF and 12. RGB value is (83,175,18). Sum of RGB (Red+Green+Blue) = 83+175+18=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 175 (68.75% from 255 or 63.41% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53AF12 is #AC50ED. Grayscale: #828282. Windows color (decimal): -11292910 or 1224531. OLE color: 1224531.

HSL color Cylindrical-coordinate representation of color #53AF12: hue angle of 95.16º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53AF12 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 175 18 -
CMYK 0.53 0 0.90 0.31
HSL 95.16º 0.81% 0.38% -
HSV(B) 95.16º 0.9% 0.69% -
XYZ 19.01 32.54 5.85 -
YUV 129.59 65.02 94.77 -
System Red Green Blue C M Y K H S L
Decimal 83 175 18 0.53 0 0.90 0.31 95.16 0.81 0.38
Hex 53 AF 12 35 0 5A 1F 5F 51 26
Octal 123 257 22 65 0 132 37 137 121 46
Binary 1010011 10101111 10010 110101 0 1011010 11111 1011111 1010001 100110

Color Harmonies of #53AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF12

Black with #53AF12

Text Example


Text Example

White with #53AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,175,18); }

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

background-color css

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

 a { background-color: rgb(83,175,18); }

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

border-color css

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

 span { border-color: rgb(83,175,18); }

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