#38C318

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

Shades of Kelly Green #38C318

Tints of Kelly Green #38C318

Color information

#38C318 (or 0x38C318) is unknown color: approx Kelly Green. HEX triplet: 38, C3 and 18. RGB value is (56,195,24). Sum of RGB (Red+Green+Blue) = 56+195+24=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 195 (76.56% from 255 or 70.91% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 195 - color contains mainly: green. Hex color #38C318 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C318 is #C73CE7. Grayscale: #868686. Windows color (decimal): -13057256 or 1622840. OLE color: 1622840.

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

Color convert

RGB5619524-
CMYK0.7100.880.24
HSL108.77º78.08%42.94%-
HSV(B)108.77º87.69%76.47%-
XYZ21.3139.947.45-
YUV133.9465.9572.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 195 (76.56% from 255) = 70.91%
BLUE value IS 24 (9.77% from 255) = 8.73%
R=20.36%
G=70.91%
B=8.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal56195240.7100.880.24108.7778.0842.94
Hex38C31847058186d4e2b
Octal703033010701303015511653
Binary11100011000011110001000111010110001100011011011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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