Html Css Color HEX #38FC11 Harlequin

📋 copy color: '#38FC11'

red 56 ◦ green 252 ◦ blue 17

#38FC11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #38FC11

Tints of Harlequin #38FC11

RGB

 RED value IS 56 (22.27% from 255) = 17.23%

 GREEN value IS 252 (98.83% from 255) = 77.54%

 BLUE value IS 17 (7.03% from 255) = 5.23%

R = 17.23%
G = 77.54%
B = 5.23%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#38FC11 (or 0x38FC11) is known color: Harlequin. HEX triplet: 38, FC and 11. RGB value is (56,252,17). Sum of RGB (Red+Green+Blue) = 56+252+17=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 252 (98.83% from 255 or 77.54% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 252 - color contains mainly: green. Hex color #38FC11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FC11 is #C703EE. Grayscale: #A7A7A7. Windows color (decimal): -13042671 or 1178680. OLE color: 1178680.

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

Color convert

RGB 56 252 17 -
CMYK 0.78 0 0.93 0.01
HSL 110.04º 0.98% 0.53% -
HSV(B) 110.04º 0.93% 0.99% -
XYZ 36.54 70.5 12.21 -
YUV 166.61 43.57 49.11 -
System Red Green Blue C M Y K H S L
Decimal 56 252 17 0.78 0 0.93 0.01 110.04 0.98 0.53
Hex 38 FC 11 4E 0 5D 1 6E 62 35
Octal 70 374 21 116 0 135 1 156 142 65
Binary 111000 11111100 10001 1001110 0 1011101 1 1101110 1100010 110101

Color Harmonies of #38FC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FC11

Black with #38FC11

Text Example


Text Example

White with #38FC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,252,17); }

 H1.HeaderClassName
 {
   color: #38FC11;
 }
 .AnyTagClassName
 {
   color: #38FC11;
 }
</style>

background-color css

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

 a { background-color: rgb(56,252,17); }

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

border-color css

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

 span { border-color: rgb(56,252,17); }

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