#38FD2D

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

Shades of Harlequin #38FD2D

Tints of Harlequin #38FD2D

Color information

#38FD2D (or 0x38FD2D) is unknown color: approx Harlequin. HEX triplet: 38, FD and 2D. RGB value is (56,253,45). Sum of RGB (Red+Green+Blue) = 56+253+45=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 253 (99.22% from 255 or 71.47% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 253 - color contains mainly: green. Hex color #38FD2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FD2D is #C702D2. Grayscale: #ABABAB. Windows color (decimal): -13042387 or 3013944. OLE color: 3013944.

HSL color Cylindrical-coordinate representation of color #38FD2D: hue angle of 116.83º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38FD2D is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB5625345-
CMYK0.7800.820.01
HSL116.83º98.11%58.43%-
HSV(B)116.83º82.21%99.22%-
XYZ37.2371.2814.28-
YUV170.3857.2346.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 253 (99.22% from 255) = 71.47%
BLUE value IS 45 (17.97% from 255) = 12.71%
R=15.82%
G=71.47%
B=12.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal56253450.7800.820.01116.8398.1158.43
Hex38FD2D4E052175623a
Octal70375551160122116514272
Binary11100011111101101101100111001010010111101011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,253,45); }

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

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

 a { background-color: rgb(56,253,45); }

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

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

 span { border-color: rgb(56,253,45); }

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