Html Css Color HEX #38F713 Harlequin

📋 copy color: '#38F713'

red 56 ◦ green 247 ◦ blue 19

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

Shades of Harlequin #38F713

Tints of Harlequin #38F713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.9%

R = 17.39%
G = 76.71%
B = 5.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#38F713 (or 0x38F713) is known color: Harlequin. HEX triplet: 38, F7 and 13. RGB value is (56,247,19). Sum of RGB (Red+Green+Blue) = 56+247+19=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 247 (96.88% from 255 or 76.71% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 247 - color contains mainly: green. Hex color #38F713 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F713 is #C708EC. Grayscale: #A4A4A4. Windows color (decimal): -13043949 or 1308472. OLE color: 1308472.

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

Color convert

RGB 56 247 19 -
CMYK 0.77 0 0.92 0.03
HSL 110.26º 0.93% 0.52% -
HSV(B) 110.26º 0.92% 0.97% -
XYZ 35.01 67.41 11.78 -
YUV 163.9 46.22 51.04 -
System Red Green Blue C M Y K H S L
Decimal 56 247 19 0.77 0 0.92 0.03 110.26 0.93 0.52
Hex 38 F7 13 4D 0 5C 3 6E 5D 34
Octal 70 367 23 115 0 134 3 156 135 64
Binary 111000 11110111 10011 1001101 0 1011100 11 1101110 1011101 110100

Color Harmonies of #38F713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F713

Black with #38F713

Text Example


Text Example

White with #38F713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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