Html Css Color HEX #38ED11 Harlequin

📋 copy color: '#38ED11'

red 56 ◦ green 237 ◦ blue 17

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

Shades of Harlequin #38ED11

Tints of Harlequin #38ED11

RGB

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

 GREEN value IS 237 (92.97% from 255) = 76.45%

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

R = 18.06%
G = 76.45%
B = 5.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#38ED11 (or 0x38ED11) is known color: Harlequin. HEX triplet: 38, ED and 11. RGB value is (56,237,17). Sum of RGB (Red+Green+Blue) = 56+237+17=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 237 (92.97% from 255 or 76.45% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38ED11 is #C712EE. Grayscale: #9E9E9E. Windows color (decimal): -13046511 or 1174840. OLE color: 1174840.

HSL color Cylindrical-coordinate representation of color #38ED11: hue angle of 109.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38ED11 is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 237 17 -
CMYK 0.76 0 0.93 0.07
HSL 109.36º 0.87% 0.5% -
HSV(B) 109.36º 0.93% 0.93% -
XYZ 32.02 61.45 10.7 -
YUV 157.8 48.53 55.39 -
System Red Green Blue C M Y K H S L
Decimal 56 237 17 0.76 0 0.93 0.07 109.36 0.87 0.5
Hex 38 ED 11 4C 0 5D 7 6D 57 32
Octal 70 355 21 114 0 135 7 155 127 62
Binary 111000 11101101 10001 1001100 0 1011101 111 1101101 1010111 110010

Color Harmonies of #38ED11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ED11

Black with #38ED11

Text Example


Text Example

White with #38ED11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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