Html Css Color HEX #52BA0F Kelly Green

📋 copy color: '#52BA0F'

red 82 ◦ green 186 ◦ blue 15

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

Shades of Kelly Green #52BA0F

Tints of Kelly Green #52BA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 28.98%
G = 65.72%
B = 5.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#52BA0F (or 0x52BA0F) is known color: Kelly Green. HEX triplet: 52, BA and 0F. RGB value is (82,186,15). Sum of RGB (Red+Green+Blue) = 82+186+15=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BA0F is #AD45F0. Grayscale: #878787. Windows color (decimal): -11355633 or 1030738. OLE color: 1030738.

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

Color convert

RGB 82 186 15 -
CMYK 0.56 0 0.92 0.27
HSL 96.49º 0.85% 0.39% -
HSV(B) 96.49º 0.92% 0.73% -
XYZ 21.12 36.95 6.47 -
YUV 135.41 60.04 89.9 -
System Red Green Blue C M Y K H S L
Decimal 82 186 15 0.56 0 0.92 0.27 96.49 0.85 0.39
Hex 52 BA F 38 0 5C 1B 60 55 27
Octal 122 272 17 70 0 134 33 140 125 47
Binary 1010010 10111010 1111 111000 0 1011100 11011 1100000 1010101 100111

Color Harmonies of #52BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA0F

Black with #52BA0F

Text Example


Text Example

White with #52BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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