Html Css Color HEX #38F40A Harlequin

📋 copy color: '#38F40A'

red 56 ◦ green 244 ◦ blue 10

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

Shades of Harlequin #38F40A

Tints of Harlequin #38F40A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 78.71%

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 18.06%
G = 78.71%
B = 3.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#38F40A (or 0x38F40A) is known color: Harlequin. HEX triplet: 38, F4 and 0A. RGB value is (56,244,10). Sum of RGB (Red+Green+Blue) = 56+244+10=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 244 (95.70% from 255 or 78.71% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 244 - color contains mainly: green. Hex color #38F40A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F40A is #C70BF5. Grayscale: #A1A1A1. Windows color (decimal): -13044726 or 717880. OLE color: 717880.

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

Color convert

RGB 56 244 10 -
CMYK 0.77 0 0.96 0.04
HSL 108.21º 0.92% 0.5% -
HSV(B) 108.21º 0.96% 0.96% -
XYZ 34.04 65.56 11.15 -
YUV 161.11 42.72 53.03 -
System Red Green Blue C M Y K H S L
Decimal 56 244 10 0.77 0 0.96 0.04 108.21 0.92 0.5
Hex 38 F4 A 4D 0 60 4 6C 5C 32
Octal 70 364 12 115 0 140 4 154 134 62
Binary 111000 11110100 1010 1001101 0 1100000 100 1101100 1011100 110010

Color Harmonies of #38F40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F40A

Black with #38F40A

Text Example


Text Example

White with #38F40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,244,10); }

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

background-color css

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

 a { background-color: rgb(56,244,10); }

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

border-color css

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

 span { border-color: rgb(56,244,10); }

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