#38C018

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

Shades of Kelly Green #38C018

Tints of Kelly Green #38C018

Color information

#38C018 (or 0x38C018) is unknown color: approx Kelly Green. HEX triplet: 38, C0 and 18. RGB value is (56,192,24). Sum of RGB (Red+Green+Blue) = 56+192+24=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #38C018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C018 is #C73FE7. Grayscale: #848484. Windows color (decimal): -13058024 or 1622072. OLE color: 1622072.

HSL color Cylindrical-coordinate representation of color #38C018: hue angle of 108.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38C018 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB5619224-
CMYK0.7100.880.25
HSL108.57º77.78%42.35%-
HSV(B)108.57º87.5%75.29%-
XYZ20.6538.617.23-
YUV132.1866.9473.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.59%
GREEN value IS 192 (75.39% from 255) = 70.59%
BLUE value IS 24 (9.77% from 255) = 8.82%
R=20.59%
G=70.59%
B=8.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56192240.7100.880.25108.5777.7842.35
Hex38C01847058196d4e2a
Octal703003010701303115511652
Binary11100011000000110001000111010110001100111011011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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