Html Css Color HEX #38EC10 Harlequin

📋 copy color: '#38EC10'

red 56 ◦ green 236 ◦ blue 16

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

Shades of Harlequin #38EC10

Tints of Harlequin #38EC10

RGB

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

 GREEN value IS 236 (92.58% from 255) = 76.62%

 BLUE value IS 16 (6.64% from 255) = 5.19%

R = 18.18%
G = 76.62%
B = 5.19%

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

#38EC10 (or 0x38EC10) is known color: Harlequin. HEX triplet: 38, EC and 10. RGB value is (56,236,16). Sum of RGB (Red+Green+Blue) = 56+236+16=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 236 (92.58% from 255 or 76.62% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38EC10 is #C713EF. Grayscale: #9D9D9D. Windows color (decimal): -13046768 or 1109048. OLE color: 1109048.

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

Color convert

RGB 56 236 16 -
CMYK 0.76 0 0.93 0.07
HSL 109.09º 0.87% 0.49% -
HSV(B) 109.09º 0.93% 0.93% -
XYZ 31.72 60.87 10.57 -
YUV 157.1 48.37 55.89 -
System Red Green Blue C M Y K H S L
Decimal 56 236 16 0.76 0 0.93 0.07 109.09 0.87 0.49
Hex 38 EC 10 4C 0 5D 7 6D 57 31
Octal 70 354 20 114 0 135 7 155 127 61
Binary 111000 11101100 10000 1001100 0 1011101 111 1101101 1010111 110001

Color Harmonies of #38EC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EC10

Black with #38EC10

Text Example


Text Example

White with #38EC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,236,16); }

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

background-color css

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

 a { background-color: rgb(56,236,16); }

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

border-color css

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

 span { border-color: rgb(56,236,16); }

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