Html Css Color HEX #52B01A Kelly Green

📋 copy color: '#52B01A'

red 82 ◦ green 176 ◦ blue 26

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

Shades of Kelly Green #52B01A

Tints of Kelly Green #52B01A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.97%

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 28.87%
G = 61.97%
B = 9.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#52B01A (or 0x52B01A) is known color: Kelly Green. HEX triplet: 52, B0 and 1A. RGB value is (82,176,26). Sum of RGB (Red+Green+Blue) = 82+176+26=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 176 (69.14% from 255 or 61.97% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 176 - color contains mainly: green. Hex color #52B01A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B01A is #AD4FE5. Grayscale: #838383. Windows color (decimal): -11358182 or 1749074. OLE color: 1749074.

HSL color Cylindrical-coordinate representation of color #52B01A: hue angle of 97.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52B01A is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 176 26 -
CMYK 0.53 0 0.85 0.31
HSL 97.6º 0.74% 0.4% -
HSV(B) 97.6º 0.85% 0.69% -
XYZ 19.19 32.92 6.32 -
YUV 130.79 68.86 93.2 -
System Red Green Blue C M Y K H S L
Decimal 82 176 26 0.53 0 0.85 0.31 97.6 0.74 0.4
Hex 52 B0 1A 35 0 55 1F 62 4A 28
Octal 122 260 32 65 0 125 37 142 112 50
Binary 1010010 10110000 11010 110101 0 1010101 11111 1100010 1001010 101000

Color Harmonies of #52B01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B01A

Black with #52B01A

Text Example


Text Example

White with #52B01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,176,26); }

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

background-color css

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

 a { background-color: rgb(82,176,26); }

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

border-color css

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

 span { border-color: rgb(82,176,26); }

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