#38B10C

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

Shades of Kelly Green #38B10C

Tints of Kelly Green #38B10C

Color information

#38B10C (or 0x38B10C) is unknown color: approx Kelly Green. HEX triplet: 38, B1 and 0C. RGB value is (56,177,12). Sum of RGB (Red+Green+Blue) = 56+177+12=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 177 (69.53% from 255 or 72.24% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 177 - color contains mainly: green. Hex color #38B10C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38B10C is #C74EF3. Grayscale: #7A7A7A. Windows color (decimal): -13061876 or 831800. OLE color: 831800.

HSL color Cylindrical-coordinate representation of color #38B10C: hue angle of 104º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38B10C is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB5617712-
CMYK0.6800.930.31
HSL104º87.3%37.06%-
HSV(B)104º93.22%69.41%-
XYZ17.4232.315.67-
YUV122.0165.9180.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.86%
GREEN value IS 177 (69.53% from 255) = 72.24%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=22.86%
G=72.24%
B=4.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56177120.6800.930.3110487.337.06
Hex38B1C4405D1F685725
Octal702611410401353715012745
Binary1110001011000111001000100010111011111111010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,177,12); }

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

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

 a { background-color: rgb(56,177,12); }

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

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

 span { border-color: rgb(56,177,12); }

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