Html Css Color HEX #38E110 Harlequin

📋 copy color: '#38E110'

red 56 ◦ green 225 ◦ blue 16

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

Shades of Harlequin #38E110

Tints of Harlequin #38E110

RGB

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

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

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

R = 18.86%
G = 75.76%
B = 5.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#38E110 (or 0x38E110) is known color: Harlequin. HEX triplet: 38, E1 and 10. RGB value is (56,225,16). Sum of RGB (Red+Green+Blue) = 56+225+16=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 225 (88.28% from 255 or 75.76% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 225 - color contains mainly: green. Hex color #38E110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E110 is #C71EEF. Grayscale: #979797. Windows color (decimal): -13049584 or 1106232. OLE color: 1106232.

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

Color convert

RGB 56 225 16 -
CMYK 0.75 0 0.93 0.12
HSL 108.52º 0.87% 0.47% -
HSV(B) 108.52º 0.93% 0.88% -
XYZ 28.65 54.73 9.54 -
YUV 150.64 52.01 60.49 -
System Red Green Blue C M Y K H S L
Decimal 56 225 16 0.75 0 0.93 0.12 108.52 0.87 0.47
Hex 38 E1 10 4B 0 5D C 6D 57 2F
Octal 70 341 20 113 0 135 14 155 127 57
Binary 111000 11100001 10000 1001011 0 1011101 1100 1101101 1010111 101111

Color Harmonies of #38E110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E110

Black with #38E110

Text Example


Text Example

White with #38E110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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