#38C718

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

Shades of Kelly Green #38C718

Tints of Kelly Green #38C718

Color information

#38C718 (or 0x38C718) is unknown color: approx Kelly Green. HEX triplet: 38, C7 and 18. RGB value is (56,199,24). Sum of RGB (Red+Green+Blue) = 56+199+24=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 199 (78.12% from 255 or 71.33% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 199 - color contains mainly: green. Hex color #38C718 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C718 is #C738E7. Grayscale: #888888. Windows color (decimal): -13056232 or 1623864. OLE color: 1623864.

HSL color Cylindrical-coordinate representation of color #38C718: hue angle of 109.03º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38C718 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB5619924-
CMYK0.7200.880.22
HSL109.03º78.48%43.73%-
HSV(B)109.03º87.94%78.04%-
XYZ22.2241.757.75-
YUV136.2964.6270.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 199 (78.12% from 255) = 71.33%
BLUE value IS 24 (9.77% from 255) = 8.60%
R=20.07%
G=71.33%
B=8.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56199240.7200.880.22109.0378.4843.73
Hex38C71848058166d4e2c
Octal703073011001302615511654
Binary11100011000111110001001000010110001011011011011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38C718; }

 p { color: rgb(56,199,24); }

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

<style>
 a { background-color: #38C718; }

 a { background-color: rgb(56,199,24); }

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

<style>
 span { border-color: #38C718; }

 span { border-color: rgb(56,199,24); }

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