Html Css Color HEX #38FA04 Harlequin

📋 copy color: '#38FA04'

red 56 ◦ green 250 ◦ blue 4

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

Shades of Harlequin #38FA04

Tints of Harlequin #38FA04

RGB

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

 GREEN value IS 250 (98.05% from 255) = 80.65%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 18.06%
G = 80.65%
B = 1.29%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#38FA04 (or 0x38FA04) is known color: Harlequin. HEX triplet: 38, FA and 04. RGB value is (56,250,4). Sum of RGB (Red+Green+Blue) = 56+250+4=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 250 (98.05% from 255 or 80.65% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FA04 is #C705FB. Grayscale: #A4A4A4. Windows color (decimal): -13043196 or 326200. OLE color: 326200.

HSL color Cylindrical-coordinate representation of color #38FA04: hue angle of 107.32º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38FA04 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 250 4 -
CMYK 0.78 0 0.98 0.02
HSL 107.32º 0.97% 0.5% -
HSV(B) 107.32º 0.98% 0.98% -
XYZ 35.84 69.22 11.59 -
YUV 163.95 37.73 51 -
System Red Green Blue C M Y K H S L
Decimal 56 250 4 0.78 0 0.98 0.02 107.32 0.97 0.5
Hex 38 FA 4 4E 0 62 2 6B 61 32
Octal 70 372 4 116 0 142 2 153 141 62
Binary 111000 11111010 100 1001110 0 1100010 10 1101011 1100001 110010

Color Harmonies of #38FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FA04

Black with #38FA04

Text Example


Text Example

White with #38FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,250,4); }

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

background-color css

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

 a { background-color: rgb(56,250,4); }

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

border-color css

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

 span { border-color: rgb(56,250,4); }

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