#38C00D

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

Shades of Kelly Green #38C00D

Tints of Kelly Green #38C00D

Color information

#38C00D (or 0x38C00D) is unknown color: approx Kelly Green. HEX triplet: 38, C0 and 0D. RGB value is (56,192,13). Sum of RGB (Red+Green+Blue) = 56+192+13=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 192 (75.39% from 255 or 73.56% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 192 - color contains mainly: green. Hex color #38C00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C00D is #C73FF2. Grayscale: #838383. Windows color (decimal): -13058035 or 901176. OLE color: 901176.

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

Color convert

RGB5619213-
CMYK0.7100.930.25
HSL105.59º87.32%40.2%-
HSV(B)105.59º93.23%75.29%-
XYZ20.5538.576.74-
YUV130.9361.4474.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 192 (75.39% from 255) = 73.56%
BLUE value IS 13 (5.47% from 255) = 4.98%
R=21.46%
G=73.56%
B=4.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56192130.7100.930.25105.5987.3240.2
Hex38C0D4705D196a5728
Octal703001510701353115212750
Binary1110001100000011011000111010111011100111010101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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