#52CF1A

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

Shades of Kelly Green #52CF1A

Tints of Kelly Green #52CF1A

Color information

#52CF1A (or 0x52CF1A) is unknown color: approx Kelly Green. HEX triplet: 52, CF and 1A. RGB value is (82,207,26). Sum of RGB (Red+Green+Blue) = 82+207+26=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 207 (81.25% from 255 or 65.71% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF1A is #AD30E5. Grayscale: #959595. Windows color (decimal): -11350246 or 1757010. OLE color: 1757010.

HSL color Cylindrical-coordinate representation of color #52CF1A: hue angle of 101.44º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52CF1A is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB8220726-
CMYK0.6000.870.19
HSL101.44º77.68%45.69%-
HSV(B)101.44º87.44%81.18%-
XYZ25.9846.498.58-
YUV148.9958.5980.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.03%
GREEN value IS 207 (81.25% from 255) = 65.71%
BLUE value IS 26 (10.55% from 255) = 8.25%
R=26.03%
G=65.71%
B=8.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82207260.6000.870.19101.4477.6845.69
Hex52CF1A3C05713654e2e
Octal122317327401272314511656
Binary10100101100111111010111100010101111001111001011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CF1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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