#38FF01

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

Shades of Harlequin #38FF01

Tints of Harlequin #38FF01

Color information

#38FF01 (or 0x38FF01) is unknown color: approx Harlequin. HEX triplet: 38, FF and 01. RGB value is (56,255,1). Sum of RGB (Red+Green+Blue) = 56+255+1=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 255 (100% from 255 or 81.73% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FF01 is #C700FE. Grayscale: #A7A7A7. Windows color (decimal): -13041919 or 130872. OLE color: 130872.

HSL color Cylindrical-coordinate representation of color #38FF01: hue angle of 107.01º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38FF01 is Cyan = 0.78, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB562551-
CMYK0.7801.000
HSL107.01º100%50.2%-
HSV(B)107.01º99.61%100%-
XYZ37.472.3612.03-
YUV166.5434.5749.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 255 (100% from 255) = 81.73%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=17.95%
G=81.73%
B=0.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal5625510.7801.000107.0110050.2
Hex38FF14E06406b6432
Octal7037711160144015314462
Binary111000111111111100111001100100011010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,255,1); }

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

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

 a { background-color: rgb(56,255,1); }

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

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

 span { border-color: rgb(56,255,1); }

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