Html Css Color HEX #38FC04 Harlequin

📋 copy color: '#38FC04'

red 56 ◦ green 252 ◦ blue 4

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

Shades of Harlequin #38FC04

Tints of Harlequin #38FC04

RGB

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

 GREEN value IS 252 (98.83% from 255) = 80.77%

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

R = 17.95%
G = 80.77%
B = 1.28%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#38FC04 (or 0x38FC04) is known color: Harlequin. HEX triplet: 38, FC and 04. RGB value is (56,252,4). Sum of RGB (Red+Green+Blue) = 56+252+4=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 252 (98.83% from 255 or 80.77% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 252 - color contains mainly: green. Hex color #38FC04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38FC04 is #C703FB. Grayscale: #A5A5A5. Windows color (decimal): -13042684 or 326712. OLE color: 326712.

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

Color convert

RGB 56 252 4 -
CMYK 0.78 0 0.98 0.01
HSL 107.42º 0.98% 0.5% -
HSV(B) 107.42º 0.98% 0.99% -
XYZ 36.46 70.47 11.8 -
YUV 165.12 37.07 50.17 -
System Red Green Blue C M Y K H S L
Decimal 56 252 4 0.78 0 0.98 0.01 107.42 0.98 0.5
Hex 38 FC 4 4E 0 62 1 6B 62 32
Octal 70 374 4 116 0 142 1 153 142 62
Binary 111000 11111100 100 1001110 0 1100010 1 1101011 1100010 110010

Color Harmonies of #38FC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FC04

Black with #38FC04

Text Example


Text Example

White with #38FC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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