#38AF21

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

Shades of Kelly Green #38AF21

Tints of Kelly Green #38AF21

Color information

#38AF21 (or 0x38AF21) is unknown color: approx Kelly Green. HEX triplet: 38, AF and 21. RGB value is (56,175,33). Sum of RGB (Red+Green+Blue) = 56+175+33=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #38AF21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AF21 is #C750DE. Grayscale: #7B7B7B. Windows color (decimal): -13062367 or 2207544. OLE color: 2207544.

HSL color Cylindrical-coordinate representation of color #38AF21: hue angle of 110.28º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38AF21 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB5617533-
CMYK0.6800.810.31
HSL110.28º68.27%40.78%-
HSV(B)110.28º81.14%68.63%-
XYZ17.2431.616.63-
YUV123.2377.0880.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 175 (68.75% from 255) = 66.29%
BLUE value IS 33 (13.28% from 255) = 12.5%
R=21.21%
G=66.29%
B=12.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56175330.6800.810.31110.2868.2740.78
Hex38AF21440511F6e4429
Octal702574110401213715610451
Binary111000101011111000011000100010100011111111011101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,33); }

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

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

 a { background-color: rgb(56,175,33); }

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

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

 span { border-color: rgb(56,175,33); }

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