#38B425

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

Shades of Kelly Green #38B425

Tints of Kelly Green #38B425

Color information

#38B425 (or 0x38B425) is unknown color: approx Kelly Green. HEX triplet: 38, B4 and 25. RGB value is (56,180,37). Sum of RGB (Red+Green+Blue) = 56+180+37=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 180 (70.70% from 255 or 65.93% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 180 - color contains mainly: green. Hex color #38B425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38B425 is #C74BDA. Grayscale: #7F7F7F. Windows color (decimal): -13061083 or 2470968. OLE color: 2470968.

HSL color Cylindrical-coordinate representation of color #38B425: hue angle of 112.03º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38B425 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB5618037-
CMYK0.6900.790.29
HSL112.03º65.9%42.55%-
HSV(B)112.03º79.44%70.59%-
XYZ18.2933.627.28-
YUV126.6277.4277.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 180 (70.70% from 255) = 65.93%
BLUE value IS 37 (14.84% from 255) = 13.55%
R=20.51%
G=65.93%
B=13.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56180370.6900.790.29112.0365.942.55
Hex38B4254504F1D70422b
Octal702644510501173516010253
Binary111000101101001001011000101010011111110111100001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,180,37); }

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

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

 a { background-color: rgb(56,180,37); }

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

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

 span { border-color: rgb(56,180,37); }

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