#38BD14

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

Shades of Kelly Green #38BD14

Tints of Kelly Green #38BD14

Color information

#38BD14 (or 0x38BD14) is unknown color: approx Kelly Green. HEX triplet: 38, BD and 14. RGB value is (56,189,20). Sum of RGB (Red+Green+Blue) = 56+189+20=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BD14 is #C742EB. Grayscale: #828282. Windows color (decimal): -13058796 or 1359160. OLE color: 1359160.

HSL color Cylindrical-coordinate representation of color #38BD14: hue angle of 107.22º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38BD14 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB5618920-
CMYK0.7000.890.26
HSL107.22º80.86%40.98%-
HSV(B)107.22º89.42%74.12%-
XYZ19.9537.296.81-
YUV129.9765.9475.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 189 (74.22% from 255) = 71.32%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=21.13%
G=71.32%
B=7.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56189200.7000.890.26107.2280.8640.98
Hex38BD14460591A6b5129
Octal702752410601313215312151
Binary11100010111101101001000110010110011101011010111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,189,20); }

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

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

 a { background-color: rgb(56,189,20); }

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

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

 span { border-color: rgb(56,189,20); }

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