Html Css Color HEX #38F111 Harlequin

📋 copy color: '#38F111'

red 56 ◦ green 241 ◦ blue 17

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

Shades of Harlequin #38F111

Tints of Harlequin #38F111

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.75%

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

R = 17.83%
G = 76.75%
B = 5.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#38F111 (or 0x38F111) is known color: Harlequin. HEX triplet: 38, F1 and 11. RGB value is (56,241,17). Sum of RGB (Red+Green+Blue) = 56+241+17=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 241 (94.53% from 255 or 76.75% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 241 - color contains mainly: green. Hex color #38F111 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F111 is #C70EEE. Grayscale: #A0A0A0. Windows color (decimal): -13045487 or 1175864. OLE color: 1175864.

HSL color Cylindrical-coordinate representation of color #38F111: hue angle of 109.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38F111 is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 56 241 17 -
CMYK 0.77 0 0.93 0.05
HSL 109.55º 0.89% 0.51% -
HSV(B) 109.55º 0.93% 0.95% -
XYZ 33.19 63.79 11.09 -
YUV 160.15 47.21 53.71 -
System Red Green Blue C M Y K H S L
Decimal 56 241 17 0.77 0 0.93 0.05 109.55 0.89 0.51
Hex 38 F1 11 4D 0 5D 5 6E 59 33
Octal 70 361 21 115 0 135 5 156 131 63
Binary 111000 11110001 10001 1001101 0 1011101 101 1101110 1011001 110011

Color Harmonies of #38F111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F111

Black with #38F111

Text Example


Text Example

White with #38F111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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