#38B515

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

Shades of Kelly Green #38B515

Tints of Kelly Green #38B515

Color information

#38B515 (or 0x38B515) is unknown color: approx Kelly Green. HEX triplet: 38, B5 and 15. RGB value is (56,181,21). Sum of RGB (Red+Green+Blue) = 56+181+21=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 181 (71.09% from 255 or 70.16% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 181 - color contains mainly: green. Hex color #38B515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38B515 is #C74AEA. Grayscale: #7D7D7D. Windows color (decimal): -13060843 or 1422648. OLE color: 1422648.

HSL color Cylindrical-coordinate representation of color #38B515: hue angle of 106.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38B515 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB5618121-
CMYK0.6900.880.29
HSL106.88º79.21%39.61%-
HSV(B)106.88º88.4%70.98%-
XYZ18.2933.946.3-
YUV125.3869.0978.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 181 (71.09% from 255) = 70.16%
BLUE value IS 21 (8.59% from 255) = 8.14%
R=21.71%
G=70.16%
B=8.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56181210.6900.880.29106.8879.2139.61
Hex38B515450581D6b4f28
Octal702652510501303515311750
Binary11100010110101101011000101010110001110111010111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,181,21); }

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

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

 a { background-color: rgb(56,181,21); }

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

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

 span { border-color: rgb(56,181,21); }

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