Html Css Color HEX #52BA2E Kelly Green

📋 copy color: '#52BA2E'

red 82 ◦ green 186 ◦ blue 46

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

Shades of Kelly Green #52BA2E

Tints of Kelly Green #52BA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.65%

R = 26.11%
G = 59.24%
B = 14.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#52BA2E (or 0x52BA2E) is known color: Kelly Green. HEX triplet: 52, BA and 2E. RGB value is (82,186,46). Sum of RGB (Red+Green+Blue) = 82+186+46=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA2E is #AD45D1. Grayscale: #8B8B8B. Windows color (decimal): -11355602 or 3062354. OLE color: 3062354.

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

Color convert

RGB 82 186 46 -
CMYK 0.56 0 0.75 0.27
HSL 104.57º 0.6% 0.45% -
HSV(B) 104.57º 0.75% 0.73% -
XYZ 21.53 37.11 8.61 -
YUV 138.94 75.54 87.38 -
System Red Green Blue C M Y K H S L
Decimal 82 186 46 0.56 0 0.75 0.27 104.57 0.6 0.45
Hex 52 BA 2E 38 0 4B 1B 69 3C 2D
Octal 122 272 56 70 0 113 33 151 74 55
Binary 1010010 10111010 101110 111000 0 1001011 11011 1101001 111100 101101

Color Harmonies of #52BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA2E

Black with #52BA2E

Text Example


Text Example

White with #52BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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