#38C40A

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

Shades of Kelly Green #38C40A

Tints of Kelly Green #38C40A

Color information

#38C40A (or 0x38C40A) is unknown color: approx Kelly Green. HEX triplet: 38, C4 and 0A. RGB value is (56,196,10). Sum of RGB (Red+Green+Blue) = 56+196+10=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 196 (76.95% from 255 or 74.81% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 196 - color contains mainly: green. Hex color #38C40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38C40A is #C73BF5. Grayscale: #858585. Windows color (decimal): -13057014 or 705592. OLE color: 705592.

HSL color Cylindrical-coordinate representation of color #38C40A: hue angle of 105.16º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38C40A is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB5619610-
CMYK0.7100.950.23
HSL105.16º90.29%40.39%-
HSV(B)105.16º94.9%76.86%-
XYZ21.4340.346.94-
YUV132.9458.6273.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 196 (76.95% from 255) = 74.81%
BLUE value IS 10 (4.30% from 255) = 3.82%
R=21.37%
G=74.81%
B=3.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56196100.7100.950.23105.1690.2940.39
Hex38C4A4705F17695a28
Octal703041210701372715113250
Binary1110001100010010101000111010111111011111010011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,196,10); }

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

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

 a { background-color: rgb(56,196,10); }

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

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

 span { border-color: rgb(56,196,10); }

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