Html Css Color HEX #38E112 Harlequin

📋 copy color: '#38E112'

red 56 ◦ green 225 ◦ blue 18

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

Shades of Harlequin #38E112

Tints of Harlequin #38E112

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75.25%

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 18.73%
G = 75.25%
B = 6.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#38E112 (or 0x38E112) is known color: Harlequin. HEX triplet: 38, E1 and 12. RGB value is (56,225,18). Sum of RGB (Red+Green+Blue) = 56+225+18=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 225 (88.28% from 255 or 75.25% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 225 - color contains mainly: green. Hex color #38E112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E112 is #C71EED. Grayscale: #979797. Windows color (decimal): -13049582 or 1237304. OLE color: 1237304.

HSL color Cylindrical-coordinate representation of color #38E112: hue angle of 108.99º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38E112 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 225 18 -
CMYK 0.75 0 0.92 0.12
HSL 108.99º 0.85% 0.48% -
HSV(B) 108.99º 0.92% 0.88% -
XYZ 28.67 54.73 9.63 -
YUV 150.87 53.01 60.33 -
System Red Green Blue C M Y K H S L
Decimal 56 225 18 0.75 0 0.92 0.12 108.99 0.85 0.48
Hex 38 E1 12 4B 0 5C C 6D 55 30
Octal 70 341 22 113 0 134 14 155 125 60
Binary 111000 11100001 10010 1001011 0 1011100 1100 1101101 1010101 110000

Color Harmonies of #38E112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E112

Black with #38E112

Text Example


Text Example

White with #38E112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,225,18); }

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

background-color css

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

 a { background-color: rgb(56,225,18); }

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

border-color css

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

 span { border-color: rgb(56,225,18); }

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