#38D100

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

Shades of Kelly Green #38D100

Tints of Kelly Green #38D100

Color information

#38D100 (or 0x38D100) is unknown color: approx Kelly Green. HEX triplet: 38, D1 and 00. RGB value is (56,209,0). Sum of RGB (Red+Green+Blue) = 56+209+0=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 209 (82.03% from 255 or 78.87% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 209 - color contains mainly: green. Hex color #38D100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D100 is #C72EFF. Grayscale: #8C8C8C. Windows color (decimal): -13053696 or 53560. OLE color: 53560.

HSL color Cylindrical-coordinate representation of color #38D100: hue angle of 103.92º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38D100 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB562090-
CMYK0.73010.18
HSL103.92º100%40.98%-
HSV(B)103.92º100%81.96%-
XYZ24.4346.447.68-
YUV139.4349.3168.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 209 (82.03% from 255) = 78.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.13%
G=78.87%
B=0%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal5620900.73010.18103.9210040.98
Hex38D104906412686429
Octal70321011101442215014451
Binary1110001101000101001001011001001001011010001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,209,0); }

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

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

 a { background-color: rgb(56,209,0); }

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

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

 span { border-color: rgb(56,209,0); }

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