#52ce2d

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

Shades of Kelly Green #52CE2D

Tints of Kelly Green #52CE2D

Color information

#52CE2D (or 0x52CE2D) is unknown color: approx Kelly Green. HEX triplet: 52, CE and 2D. RGB value is (82,206,45). Sum of RGB (Red+Green+Blue) = 82+206+45=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE2D is #AD31D2. Grayscale: #979797. Windows color (decimal): -11350483 or 3001938. OLE color: 3001938.

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

Color convert

RGB8220645-
CMYK0.6000.780.19
HSL106.21º64.14%49.22%-
HSV(B)106.21º78.16%80.78%-
XYZ26.0246.1310.01-
YUV150.5768.4279.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 206 (80.86% from 255) = 61.86%
BLUE value IS 45 (17.97% from 255) = 13.51%
R=24.62%
G=61.86%
B=13.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82206450.6000.780.19106.2164.1449.22
Hex52CE2D3C04E136a4031
Octal122316557401162315210061
Binary101001011001110101101111100010011101001111010101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ce2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,206,45); }

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

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

 a { background-color: rgb(82,206,45); }

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

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

 span { border-color: rgb(82,206,45); }

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