#38C114

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

Shades of Kelly Green #38C114

Tints of Kelly Green #38C114

Color information

#38C114 (or 0x38C114) is unknown color: approx Kelly Green. HEX triplet: 38, C1 and 14. RGB value is (56,193,20). Sum of RGB (Red+Green+Blue) = 56+193+20=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #38C114 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C114 is #C73EEB. Grayscale: #848484. Windows color (decimal): -13057772 or 1360184. OLE color: 1360184.

HSL color Cylindrical-coordinate representation of color #38C114: hue angle of 107.51º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38C114 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB5619320-
CMYK0.7100.900.24
HSL107.51º81.22%41.76%-
HSV(B)107.51º89.64%75.69%-
XYZ20.8339.037.1-
YUV132.3264.6173.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.82%
GREEN value IS 193 (75.78% from 255) = 71.75%
BLUE value IS 20 (8.20% from 255) = 7.43%
R=20.82%
G=71.75%
B=7.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal56193200.7100.900.24107.5181.2241.76
Hex38C1144705A186c512a
Octal703012410701323015412152
Binary11100011000001101001000111010110101100011011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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