#28C701

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

Shades of Kelly Green #28C701

Tints of Kelly Green #28C701

Color information

#28C701 (or 0x28C701) is unknown color: approx Kelly Green. HEX triplet: 28, C7 and 01. RGB value is (40,199,1). Sum of RGB (Red+Green+Blue) = 40+199+1=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 199 (78.12% from 255 or 82.92% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 199 - color contains mainly: green. Hex color #28C701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C701 is #D738FE. Grayscale: #818181. Windows color (decimal): -14104831 or 116520. OLE color: 116520.

HSL color Cylindrical-coordinate representation of color #28C701: hue angle of 108.18º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28C701 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB401991-
CMYK0.8000.990.22
HSL108.18º99%39.22%-
HSV(B)108.18º99.5%78.04%-
XYZ21.341.36.88-
YUV128.8955.8264.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 199 (78.12% from 255) = 82.92%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=16.67%
G=82.92%
B=0.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4019910.8000.990.22108.189939.22
Hex28C7150063166c6327
Octal50307112001432615414347
Binary1010001100011111010000011000111011011011001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28C701; }

 p { color: rgb(40,199,1); }

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

<style>
 a { background-color: #28C701; }

 a { background-color: rgb(40,199,1); }

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

<style>
 span { border-color: #28C701; }

 span { border-color: rgb(40,199,1); }

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