#38C00F

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

Shades of Kelly Green #38C00F

Tints of Kelly Green #38C00F

Color information

#38C00F (or 0x38C00F) is unknown color: approx Kelly Green. HEX triplet: 38, C0 and 0F. RGB value is (56,192,15). Sum of RGB (Red+Green+Blue) = 56+192+15=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #38C00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C00F is #C73FF0. Grayscale: #838383. Windows color (decimal): -13058033 or 1032248. OLE color: 1032248.

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

Color convert

RGB5619215-
CMYK0.7100.920.25
HSL106.1º85.51%40.59%-
HSV(B)106.1º92.19%75.29%-
XYZ20.5738.576.81-
YUV131.1662.4474.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 192 (75.39% from 255) = 73.00%
BLUE value IS 15 (6.25% from 255) = 5.70%
R=21.29%
G=73.00%
B=5.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56192150.7100.920.25106.185.5140.59
Hex38C0F4705C196a5629
Octal703001710701343115212651
Binary1110001100000011111000111010111001100111010101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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