#38B212

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

Shades of Kelly Green #38B212

Tints of Kelly Green #38B212

Color information

#38B212 (or 0x38B212) is unknown color: approx Kelly Green. HEX triplet: 38, B2 and 12. RGB value is (56,178,18). Sum of RGB (Red+Green+Blue) = 56+178+18=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 178 (69.92% from 255 or 70.63% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 178 - color contains mainly: green. Hex color #38B212 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38B212 is #C74DED. Grayscale: #7B7B7B. Windows color (decimal): -13061614 or 1225272. OLE color: 1225272.

HSL color Cylindrical-coordinate representation of color #38B212: hue angle of 105.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38B212 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB5617818-
CMYK0.6900.900.30
HSL105.75º81.63%38.43%-
HSV(B)105.75º89.89%69.8%-
XYZ17.6632.735.96-
YUV123.2868.5880.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 178 (69.92% from 255) = 70.63%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=22.22%
G=70.63%
B=7.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal56178180.6900.900.30105.7581.6338.43
Hex38B2124505A1E6a5226
Octal702622210501323615212246
Binary11100010110010100101000101010110101111011010101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,178,18); }

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

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

 a { background-color: rgb(56,178,18); }

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

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

 span { border-color: rgb(56,178,18); }

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