#38C514

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

Shades of Kelly Green #38C514

Tints of Kelly Green #38C514

Color information

#38C514 (or 0x38C514) is unknown color: approx Kelly Green. HEX triplet: 38, C5 and 14. RGB value is (56,197,20). Sum of RGB (Red+Green+Blue) = 56+197+20=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #38C514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C514 is #C73AEB. Grayscale: #878787. Windows color (decimal): -13056748 or 1361208. OLE color: 1361208.

HSL color Cylindrical-coordinate representation of color #38C514: hue angle of 107.8º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38C514 is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB5619720-
CMYK0.7200.900.23
HSL107.8º81.57%42.55%-
HSV(B)107.8º89.85%77.25%-
XYZ21.7240.827.4-
YUV134.6663.2971.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 197 (77.34% from 255) = 72.16%
BLUE value IS 20 (8.20% from 255) = 7.33%
R=20.51%
G=72.16%
B=7.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56197200.7200.900.23107.881.5742.55
Hex38C5144805A176c522b
Octal703052411001322715412253
Binary11100011000101101001001000010110101011111011001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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