Html Css Color HEX #52AD1B Kelly Green

📋 copy color: '#52AD1B'

red 82 ◦ green 173 ◦ blue 27

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

Shades of Kelly Green #52AD1B

Tints of Kelly Green #52AD1B

RGB

 RED value IS 82 (32.42% from 255) = 29.08%

 GREEN value IS 173 (67.97% from 255) = 61.35%

 BLUE value IS 27 (10.94% from 255) = 9.57%

R = 29.08%
G = 61.35%
B = 9.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#52AD1B (or 0x52AD1B) is known color: Kelly Green. HEX triplet: 52, AD and 1B. RGB value is (82,173,27). Sum of RGB (Red+Green+Blue) = 82+173+27=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD1B is #AD52E4. Grayscale: #818181. Windows color (decimal): -11358949 or 1813842. OLE color: 1813842.

HSL color Cylindrical-coordinate representation of color #52AD1B: hue angle of 97.4º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52AD1B is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 27 -
CMYK 0.53 0 0.84 0.32
HSL 97.4º 0.73% 0.39% -
HSV(B) 97.4º 0.84% 0.68% -
XYZ 18.62 31.76 6.19 -
YUV 129.15 70.35 94.37 -
System Red Green Blue C M Y K H S L
Decimal 82 173 27 0.53 0 0.84 0.32 97.4 0.73 0.39
Hex 52 AD 1B 35 0 54 20 61 49 27
Octal 122 255 33 65 0 124 40 141 111 47
Binary 1010010 10101101 11011 110101 0 1010100 100000 1100001 1001001 100111

Color Harmonies of #52AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD1B

Black with #52AD1B

Text Example


Text Example

White with #52AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52AD1B; }

 p { color: rgb(82,173,27); }

 H1.HeaderClassName
 {
   color: #52AD1B;
 }
 .AnyTagClassName
 {
   color: #52AD1B;
 }
</style>

background-color css

<style>
 a { background-color: #52AD1B; }

 a { background-color: rgb(82,173,27); }

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

border-color css

<style>
 span { border-color: #52AD1B; }

 span { border-color: rgb(82,173,27); }

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