#38FB26

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

Shades of Harlequin #38FB26

Tints of Harlequin #38FB26

Color information

#38FB26 (or 0x38FB26) is unknown color: approx Harlequin. HEX triplet: 38, FB and 26. RGB value is (56,251,38). Sum of RGB (Red+Green+Blue) = 56+251+38=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 251 (98.44% from 255 or 72.75% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 251 - color contains mainly: green. Hex color #38FB26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FB26 is #C704D9. Grayscale: #A9A9A9. Windows color (decimal): -13042906 or 2554680. OLE color: 2554680.

HSL color Cylindrical-coordinate representation of color #38FB26: hue angle of 114.93º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38FB26 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB5625138-
CMYK0.7800.850.02
HSL114.93º96.38%56.67%-
HSV(B)114.93º84.86%98.43%-
XYZ36.4869.9813.42-
YUV168.4154.447.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.23%
GREEN value IS 251 (98.44% from 255) = 72.75%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=16.23%
G=72.75%
B=11.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56251380.7800.850.02114.9396.3856.67
Hex38FB264E0552736039
Octal70373461160125216314071
Binary111000111110111001101001110010101011011100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,251,38); }

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

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

 a { background-color: rgb(56,251,38); }

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

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

 span { border-color: rgb(56,251,38); }

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