#38b900

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

Shades of Kelly Green #38B900

Tints of Kelly Green #38B900

Color information

#38B900 (or 0x38B900) is unknown color: approx Kelly Green. HEX triplet: 38, B9 and 00. RGB value is (56,185,0). Sum of RGB (Red+Green+Blue) = 56+185+0=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 185 (72.66% from 255 or 76.76% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 185 - color contains mainly: green. Hex color #38B900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38B900 is #C746FF. Grayscale: #7D7D7D. Windows color (decimal): -13059840 or 47416. OLE color: 47416.

HSL color Cylindrical-coordinate representation of color #38B900: hue angle of 101.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38B900 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB561850-
CMYK0.70010.27
HSL101.84º100%36.27%-
HSV(B)101.84º100%72.55%-
XYZ18.9835.545.86-
YUV125.3457.2678.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.24%
GREEN value IS 185 (72.66% from 255) = 76.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.24%
G=76.76%
B=0%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5618500.70010.27101.8410036.27
Hex38B90460641B666424
Octal70271010601443314614444
Binary1110001011100101000110011001001101111001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38b900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,185,0); }

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

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

 a { background-color: rgb(56,185,0); }

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

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

 span { border-color: rgb(56,185,0); }

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