Html Css Color HEX #52BA2A Kelly Green

📋 copy color: '#52BA2A'

red 82 ◦ green 186 ◦ blue 42

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

Shades of Kelly Green #52BA2A

Tints of Kelly Green #52BA2A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60%

 BLUE value IS 42 (16.8% from 255) = 13.55%

R = 26.45%
G = 60%
B = 13.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#52BA2A (or 0x52BA2A) is known color: Kelly Green. HEX triplet: 52, BA and 2A. RGB value is (82,186,42). Sum of RGB (Red+Green+Blue) = 82+186+42=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA2A is #AD45D5. Grayscale: #8A8A8A. Windows color (decimal): -11355606 or 2800210. OLE color: 2800210.

HSL color Cylindrical-coordinate representation of color #52BA2A: hue angle of 103.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52BA2A is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 42 -
CMYK 0.56 0 0.77 0.27
HSL 103.33º 0.63% 0.45% -
HSV(B) 103.33º 0.77% 0.73% -
XYZ 21.46 37.08 8.22 -
YUV 138.49 73.54 87.71 -
System Red Green Blue C M Y K H S L
Decimal 82 186 42 0.56 0 0.77 0.27 103.33 0.63 0.45
Hex 52 BA 2A 38 0 4D 1B 67 3F 2D
Octal 122 272 52 70 0 115 33 147 77 55
Binary 1010010 10111010 101010 111000 0 1001101 11011 1100111 111111 101101

Color Harmonies of #52BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA2A

Black with #52BA2A

Text Example


Text Example

White with #52BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,186,42); }

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

background-color css

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

 a { background-color: rgb(82,186,42); }

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

border-color css

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

 span { border-color: rgb(82,186,42); }

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