#38C70C

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

Shades of Kelly Green #38C70C

Tints of Kelly Green #38C70C

Color information

#38C70C (or 0x38C70C) is unknown color: approx Kelly Green. HEX triplet: 38, C7 and 0C. RGB value is (56,199,12). Sum of RGB (Red+Green+Blue) = 56+199+12=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 199 (78.12% from 255 or 74.53% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 199 - color contains mainly: green. Hex color #38C70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C70C is #C738F3. Grayscale: #878787. Windows color (decimal): -13056244 or 837432. OLE color: 837432.

HSL color Cylindrical-coordinate representation of color #38C70C: hue angle of 105.88º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38C70C is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB5619912-
CMYK0.7200.940.22
HSL105.88º88.63%41.37%-
HSV(B)105.88º93.97%78.04%-
XYZ22.1241.717.23-
YUV134.9258.6271.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 199 (78.12% from 255) = 74.53%
BLUE value IS 12 (5.08% from 255) = 4.49%
R=20.97%
G=74.53%
B=4.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56199120.7200.940.22105.8888.6341.37
Hex38C7C4805E166a5929
Octal703071411001362615213151
Binary1110001100011111001001000010111101011011010101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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