#38D00F

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

Shades of Kelly Green #38D00F

Tints of Kelly Green #38D00F

Color information

#38D00F (or 0x38D00F) is unknown color: approx Kelly Green. HEX triplet: 38, D0 and 0F. RGB value is (56,208,15). Sum of RGB (Red+Green+Blue) = 56+208+15=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 208 (81.64% from 255 or 74.55% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 208 - color contains mainly: green. Hex color #38D00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38D00F is #C72FF0. Grayscale: #8D8D8D. Windows color (decimal): -13053937 or 1036344. OLE color: 1036344.

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

Color convert

RGB5620815-
CMYK0.7300.930.18
HSL107.25º86.55%43.73%-
HSV(B)107.25º92.79%81.57%-
XYZ24.2745.998.05-
YUV140.5557.1467.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 208 (81.64% from 255) = 74.55%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=20.07%
G=74.55%
B=5.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56208150.7300.930.18107.2586.5543.73
Hex38D0F4905D126b572c
Octal703201711101352215312754
Binary1110001101000011111001001010111011001011010111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,208,15); }

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

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

 a { background-color: rgb(56,208,15); }

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

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

 span { border-color: rgb(56,208,15); }

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