#38E308

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

Shades of Harlequin #38E308

Tints of Harlequin #38E308

Color information

#38E308 (or 0x38E308) is unknown color: approx Harlequin. HEX triplet: 38, E3 and 08. RGB value is (56,227,8). Sum of RGB (Red+Green+Blue) = 56+227+8=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 227 (89.06% from 255 or 78.01% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 227 - color contains mainly: green. Hex color #38E308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E308 is #C71CF7. Grayscale: #979797. Windows color (decimal): -13049080 or 582456. OLE color: 582456.

HSL color Cylindrical-coordinate representation of color #38E308: hue angle of 106.85º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38E308 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB562278-
CMYK0.7500.960.11
HSL106.85º93.19%46.08%-
HSV(B)106.85º96.48%89.02%-
XYZ29.1455.89.46-
YUV150.947.3560.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 227 (89.06% from 255) = 78.01%
BLUE value IS 8 (3.52% from 255) = 2.75%
R=19.24%
G=78.01%
B=2.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal5622780.7500.960.11106.8593.1946.08
Hex38E384B060B6b5d2e
Octal703431011301401315313556
Binary111000111000111000100101101100000101111010111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,227,8); }

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

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

 a { background-color: rgb(56,227,8); }

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

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

 span { border-color: rgb(56,227,8); }

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