#38BD0B

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

Shades of Kelly Green #38BD0B

Tints of Kelly Green #38BD0B

Color information

#38BD0B (or 0x38BD0B) is unknown color: approx Kelly Green. HEX triplet: 38, BD and 0B. RGB value is (56,189,11). Sum of RGB (Red+Green+Blue) = 56+189+11=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 189 (74.22% from 255 or 73.83% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38BD0B is #C742F4. Grayscale: #818181. Windows color (decimal): -13058805 or 769336. OLE color: 769336.

HSL color Cylindrical-coordinate representation of color #38BD0B: hue angle of 104.83º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38BD0B is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB5618911-
CMYK0.7000.940.26
HSL104.83º89%39.22%-
HSV(B)104.83º94.18%74.12%-
XYZ19.8937.266.46-
YUV128.9461.4475.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 189 (74.22% from 255) = 73.83%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=21.88%
G=73.83%
B=4.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56189110.7000.940.26104.838939.22
Hex38BDB4605E1A695927
Octal702751310601363215113147
Binary1110001011110110111000110010111101101011010011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BD0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,189,11); }

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

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

 a { background-color: rgb(56,189,11); }

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

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

 span { border-color: rgb(56,189,11); }

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