Html Css Color HEX #38E816 Harlequin

📋 copy color: '#38E816'

red 56 ◦ green 232 ◦ blue 22

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

Shades of Harlequin #38E816

Tints of Harlequin #38E816

RGB

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

 GREEN value IS 232 (91.02% from 255) = 74.84%

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 18.06%
G = 74.84%
B = 7.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#38E816 (or 0x38E816) is known color: Harlequin. HEX triplet: 38, E8 and 16. RGB value is (56,232,22). Sum of RGB (Red+Green+Blue) = 56+232+22=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 232 (91.02% from 255 or 74.84% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 232 - color contains mainly: green. Hex color #38E816 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38E816 is #C717E9. Grayscale: #9C9C9C. Windows color (decimal): -13047786 or 1501240. OLE color: 1501240.

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

Color convert

RGB 56 232 22 -
CMYK 0.76 0 0.91 0.09
HSL 110.29º 0.83% 0.5% -
HSV(B) 110.29º 0.91% 0.91% -
XYZ 30.63 58.61 10.46 -
YUV 155.44 52.69 57.08 -
System Red Green Blue C M Y K H S L
Decimal 56 232 22 0.76 0 0.91 0.09 110.29 0.83 0.5
Hex 38 E8 16 4C 0 5B 9 6E 53 32
Octal 70 350 26 114 0 133 11 156 123 62
Binary 111000 11101000 10110 1001100 0 1011011 1001 1101110 1010011 110010

Color Harmonies of #38E816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E816

Black with #38E816

Text Example


Text Example

White with #38E816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,232,22); }

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

background-color css

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

 a { background-color: rgb(56,232,22); }

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

border-color css

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

 span { border-color: rgb(56,232,22); }

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