#53CF1C

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

Shades of Kelly Green #53CF1C

Tints of Kelly Green #53CF1C

Color information

#53CF1C (or 0x53CF1C) is unknown color: approx Kelly Green. HEX triplet: 53, CF and 1C. RGB value is (83,207,28). Sum of RGB (Red+Green+Blue) = 83+207+28=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 207 (81.25% from 255 or 65.09% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CF1C is #AC30E3. Grayscale: #969696. Windows color (decimal): -11284708 or 1888083. OLE color: 1888083.

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

Color convert

RGB8320728-
CMYK0.6000.860.19
HSL101.56º76.17%46.08%-
HSV(B)101.56º86.47%81.18%-
XYZ26.0946.558.71-
YUV149.5259.4280.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.10%
GREEN value IS 207 (81.25% from 255) = 65.09%
BLUE value IS 28 (11.33% from 255) = 8.81%
R=26.10%
G=65.09%
B=8.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal83207280.6000.860.19101.5676.1746.08
Hex53CF1C3C05613664c2e
Octal123317347401262314611456
Binary10100111100111111100111100010101101001111001101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53CF1C; }

 p { color: rgb(83,207,28); }

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

<style>
 a { background-color: #53CF1C; }

 a { background-color: rgb(83,207,28); }

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

<style>
 span { border-color: #53CF1C; }

 span { border-color: rgb(83,207,28); }

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