#38C512

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

Shades of Kelly Green #38C512

Tints of Kelly Green #38C512

Color information

#38C512 (or 0x38C512) is unknown color: approx Kelly Green. HEX triplet: 38, C5 and 12. RGB value is (56,197,18). Sum of RGB (Red+Green+Blue) = 56+197+18=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 197 (77.34% from 255 or 72.69% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 197 - color contains mainly: green. Hex color #38C512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C512 is #C73AED. Grayscale: #878787. Windows color (decimal): -13056750 or 1230136. OLE color: 1230136.

HSL color Cylindrical-coordinate representation of color #38C512: hue angle of 107.26º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38C512 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB5619718-
CMYK0.7200.910.23
HSL107.26º83.26%42.16%-
HSV(B)107.26º90.86%77.25%-
XYZ21.7140.827.31-
YUV134.4362.2972.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 197 (77.34% from 255) = 72.69%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=20.66%
G=72.69%
B=6.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56197180.7200.910.23107.2683.2642.16
Hex38C5124805B176b532a
Octal703052211001332715312352
Binary11100011000101100101001000010110111011111010111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,197,18); }

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

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

 a { background-color: rgb(56,197,18); }

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

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

 span { border-color: rgb(56,197,18); }

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