#38FB28

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

Shades of Harlequin #38FB28

Tints of Harlequin #38FB28

Color information

#38FB28 (or 0x38FB28) is unknown color: approx Harlequin. HEX triplet: 38, FB and 28. RGB value is (56,251,40). Sum of RGB (Red+Green+Blue) = 56+251+40=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 251 (98.44% from 255 or 72.33% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 251 - color contains mainly: green. Hex color #38FB28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FB28 is #C704D7. Grayscale: #A9A9A9. Windows color (decimal): -13042904 or 2685752. OLE color: 2685752.

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

Color convert

RGB5625140-
CMYK0.7800.840.02
HSL115.45º96.35%57.06%-
HSV(B)115.45º84.06%98.43%-
XYZ36.5169.9913.59-
YUV168.6455.447.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 251 (98.44% from 255) = 72.33%
BLUE value IS 40 (16.02% from 255) = 11.53%
R=16.14%
G=72.33%
B=11.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56251400.7800.840.02115.4596.3557.06
Hex38FB284E0542736039
Octal70373501160124216314071
Binary111000111110111010001001110010101001011100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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