#38B800

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

Shades of Kelly Green #38B800

Tints of Kelly Green #38B800

Color information

#38B800 (or 0x38B800) is unknown color: approx Kelly Green. HEX triplet: 38, B8 and 00. RGB value is (56,184,0). Sum of RGB (Red+Green+Blue) = 56+184+0=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 184 (72.27% from 255 or 76.67% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 184 - color contains mainly: green. Hex color #38B800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38B800 is #C747FF. Grayscale: #7D7D7D. Windows color (decimal): -13060096 or 47160. OLE color: 47160.

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

Color convert

RGB561840-
CMYK0.70010.28
HSL101.74º100%36.08%-
HSV(B)101.74º100%72.16%-
XYZ18.7735.125.79-
YUV124.7557.5978.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.33%
GREEN value IS 184 (72.27% from 255) = 76.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=23.33%
G=76.67%
B=0%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5618400.70010.28101.7410036.08
Hex38B80460641C666424
Octal70270010601443414614444
Binary1110001011100001000110011001001110011001101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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