Html Css Color HEX #38EE16 Harlequin

📋 copy color: '#38EE16'

red 56 ◦ green 238 ◦ blue 22

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

Shades of Harlequin #38EE16

Tints of Harlequin #38EE16

RGB

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

 GREEN value IS 238 (93.36% from 255) = 75.32%

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

R = 17.72%
G = 75.32%
B = 6.96%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#38EE16 (or 0x38EE16) is known color: Harlequin. HEX triplet: 38, EE and 16. RGB value is (56,238,22). Sum of RGB (Red+Green+Blue) = 56+238+22=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 238 (93.36% from 255 or 75.32% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38EE16 is #C711E9. Grayscale: #9F9F9F. Windows color (decimal): -13046250 or 1502776. OLE color: 1502776.

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

Color convert

RGB 56 238 22 -
CMYK 0.76 0 0.91 0.07
HSL 110.56º 0.86% 0.51% -
HSV(B) 110.56º 0.91% 0.93% -
XYZ 32.35 62.05 11.03 -
YUV 158.96 50.7 54.56 -
System Red Green Blue C M Y K H S L
Decimal 56 238 22 0.76 0 0.91 0.07 110.56 0.86 0.51
Hex 38 EE 16 4C 0 5B 7 6F 56 33
Octal 70 356 26 114 0 133 7 157 126 63
Binary 111000 11101110 10110 1001100 0 1011011 111 1101111 1010110 110011

Color Harmonies of #38EE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EE16

Black with #38EE16

Text Example


Text Example

White with #38EE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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