Html Css Color HEX #38F716 Harlequin

📋 copy color: '#38F716'

red 56 ◦ green 247 ◦ blue 22

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

Shades of Harlequin #38F716

Tints of Harlequin #38F716

RGB

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

 GREEN value IS 247 (96.88% from 255) = 76%

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

R = 17.23%
G = 76%
B = 6.77%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#38F716 (or 0x38F716) is known color: Harlequin. HEX triplet: 38, F7 and 16. RGB value is (56,247,22). Sum of RGB (Red+Green+Blue) = 56+247+22=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 247 (96.88% from 255 or 76% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 247 - color contains mainly: green. Hex color #38F716 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F716 is #C708E9. Grayscale: #A4A4A4. Windows color (decimal): -13043946 or 1505080. OLE color: 1505080.

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

Color convert

RGB 56 247 22 -
CMYK 0.77 0 0.91 0.03
HSL 110.93º 0.93% 0.53% -
HSV(B) 110.93º 0.91% 0.97% -
XYZ 35.04 67.42 11.93 -
YUV 164.24 47.72 50.8 -
System Red Green Blue C M Y K H S L
Decimal 56 247 22 0.77 0 0.91 0.03 110.93 0.93 0.53
Hex 38 F7 16 4D 0 5B 3 6F 5D 35
Octal 70 367 26 115 0 133 3 157 135 65
Binary 111000 11110111 10110 1001101 0 1011011 11 1101111 1011101 110101

Color Harmonies of #38F716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F716

Black with #38F716

Text Example


Text Example

White with #38F716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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