Html Css Color HEX #38F614 Harlequin

📋 copy color: '#38F614'

red 56 ◦ green 246 ◦ blue 20

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

Shades of Harlequin #38F614

Tints of Harlequin #38F614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 17.39%
G = 76.4%
B = 6.21%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#38F614 (or 0x38F614) is known color: Harlequin. HEX triplet: 38, F6 and 14. RGB value is (56,246,20). Sum of RGB (Red+Green+Blue) = 56+246+20=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 246 (96.48% from 255 or 76.40% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 246 - color contains mainly: green. Hex color #38F614 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F614 is #C709EB. Grayscale: #A4A4A4. Windows color (decimal): -13044204 or 1373752. OLE color: 1373752.

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

Color convert

RGB 56 246 20 -
CMYK 0.77 0 0.92 0.04
HSL 110.44º 0.93% 0.52% -
HSV(B) 110.44º 0.92% 0.96% -
XYZ 34.71 66.8 11.73 -
YUV 163.43 47.05 51.38 -
System Red Green Blue C M Y K H S L
Decimal 56 246 20 0.77 0 0.92 0.04 110.44 0.93 0.52
Hex 38 F6 14 4D 0 5C 4 6E 5D 34
Octal 70 366 24 115 0 134 4 156 135 64
Binary 111000 11110110 10100 1001101 0 1011100 100 1101110 1011101 110100

Color Harmonies of #38F614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F614

Black with #38F614

Text Example


Text Example

White with #38F614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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