Html Css Color HEX #38F616 Harlequin

📋 copy color: '#38F616'

red 56 ◦ green 246 ◦ blue 22

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

Shades of Harlequin #38F616

Tints of Harlequin #38F616

RGB

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

 GREEN value IS 246 (96.48% from 255) = 75.93%

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

R = 17.28%
G = 75.93%
B = 6.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#38F616 (or 0x38F616) is known color: Harlequin. HEX triplet: 38, F6 and 16. RGB value is (56,246,22). Sum of RGB (Red+Green+Blue) = 56+246+22=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 246 (96.48% from 255 or 75.93% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 246 - color contains mainly: green. Hex color #38F616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F616 is #C709E9. Grayscale: #A4A4A4. Windows color (decimal): -13044202 or 1504824. OLE color: 1504824.

HSL color Cylindrical-coordinate representation of color #38F616: hue angle of 110.89º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38F616 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 246 22 -
CMYK 0.77 0 0.91 0.04
HSL 110.89º 0.93% 0.53% -
HSV(B) 110.89º 0.91% 0.96% -
XYZ 34.73 66.81 11.82 -
YUV 163.65 48.05 51.21 -
System Red Green Blue C M Y K H S L
Decimal 56 246 22 0.77 0 0.91 0.04 110.89 0.93 0.53
Hex 38 F6 16 4D 0 5B 4 6F 5D 35
Octal 70 366 26 115 0 133 4 157 135 65
Binary 111000 11110110 10110 1001101 0 1011011 100 1101111 1011101 110101

Color Harmonies of #38F616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F616

Black with #38F616

Text Example


Text Example

White with #38F616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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