Html Css Color HEX #52BA0E Kelly Green

📋 copy color: '#52BA0E'

red 82 ◦ green 186 ◦ blue 14

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

Shades of Kelly Green #52BA0E

Tints of Kelly Green #52BA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.96%

R = 29.08%
G = 65.96%
B = 4.96%

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

#52BA0E (or 0x52BA0E) is known color: Kelly Green. HEX triplet: 52, BA and 0E. RGB value is (82,186,14). Sum of RGB (Red+Green+Blue) = 82+186+14=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BA0E is #AD45F1. Grayscale: #878787. Windows color (decimal): -11355634 or 965202. OLE color: 965202.

HSL color Cylindrical-coordinate representation of color #52BA0E: hue angle of 96.28º degrees, saturation: 0.86, 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 #52BA0E is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 14 -
CMYK 0.56 0 0.92 0.27
HSL 96.28º 0.86% 0.39% -
HSV(B) 96.28º 0.92% 0.73% -
XYZ 21.12 36.94 6.43 -
YUV 135.3 59.54 89.99 -
System Red Green Blue C M Y K H S L
Decimal 82 186 14 0.56 0 0.92 0.27 96.28 0.86 0.39
Hex 52 BA E 38 0 5C 1B 60 56 27
Octal 122 272 16 70 0 134 33 140 126 47
Binary 1010010 10111010 1110 111000 0 1011100 11011 1100000 1010110 100111

Color Harmonies of #52BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA0E

Black with #52BA0E

Text Example


Text Example

White with #52BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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