#52BD1A

Color #52BD1A Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #52BD1A

Tints of Kelly Green #52BD1A

Color information

#52BD1A (or 0x52BD1A) is unknown color: approx Kelly Green. HEX triplet: 52, BD and 1A. RGB value is (82,189,26). Sum of RGB (Red+Green+Blue) = 82+189+26=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BD1A is #AD42E5. Grayscale: #8A8A8A. Windows color (decimal): -11354854 or 1752402. OLE color: 1752402.

HSL color Cylindrical-coordinate representation of color #52BD1A: hue angle of 99.39º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52BD1A is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB8218926-
CMYK0.5700.860.26
HSL99.39º75.81%42.16%-
HSV(B)99.39º86.24%74.12%-
XYZ21.8638.267.21-
YUV138.4364.5587.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 189 (74.22% from 255) = 63.64%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=27.61%
G=63.64%
B=8.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82189260.5700.860.2699.3975.8142.16
Hex52BD1A390561A634c2a
Octal122275327101263214311452
Binary10100101011110111010111001010101101101011000111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52BD1A;
 }
 .AnyTagClassName
 {
   color: #52BD1A;
 }
</style>
background-color css

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

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

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

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

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

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