#38CD17

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

Shades of Kelly Green #38CD17

Tints of Kelly Green #38CD17

Color information

#38CD17 (or 0x38CD17) is unknown color: approx Kelly Green. HEX triplet: 38, CD and 17. RGB value is (56,205,23). Sum of RGB (Red+Green+Blue) = 56+205+23=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 205 (80.47% from 255 or 72.18% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 205 - color contains mainly: green. Hex color #38CD17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38CD17 is #C732E8. Grayscale: #8C8C8C. Windows color (decimal): -13054697 or 1559864. OLE color: 1559864.

HSL color Cylindrical-coordinate representation of color #38CD17: hue angle of 109.12º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38CD17 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB5620523-
CMYK0.7300.890.20
HSL109.12º79.82%44.71%-
HSV(B)109.12º88.78%80.39%-
XYZ23.6244.578.17-
YUV139.762.1468.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 205 (80.47% from 255) = 72.18%
BLUE value IS 23 (9.38% from 255) = 8.10%
R=19.72%
G=72.18%
B=8.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56205230.7300.890.20109.1279.8244.71
Hex38CD1749059146d502d
Octal703152711101312415512055
Binary11100011001101101111001001010110011010011011011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CD17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,205,23); }

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

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

 a { background-color: rgb(56,205,23); }

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

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

 span { border-color: rgb(56,205,23); }

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