Html Css Color HEX #3FDF13 Harlequin

📋 copy color: '#3FDF13'

red 63 ◦ green 223 ◦ blue 19

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

Shades of Harlequin #3FDF13

Tints of Harlequin #3FDF13

RGB

 RED value IS 63 (25% from 255) = 20.66%

 GREEN value IS 223 (87.5% from 255) = 73.11%

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

R = 20.66%
G = 73.11%
B = 6.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#3FDF13 (or 0x3FDF13) is known color: Harlequin. HEX triplet: 3F, DF and 13. RGB value is (63,223,19). Sum of RGB (Red+Green+Blue) = 63+223+19=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 223 (87.5% from 255 or 73.11% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDF13 is #C020EC. Grayscale: #989898. Windows color (decimal): -12591341 or 1302335. OLE color: 1302335.

HSL color Cylindrical-coordinate representation of color #3FDF13: hue angle of 107.06º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FDF13 is Cyan = 0.72, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 63 223 19 -
CMYK 0.72 0 0.91 0.13
HSL 107.06º 0.84% 0.47% -
HSV(B) 107.06º 0.91% 0.87% -
XYZ 28.56 53.88 9.51 -
YUV 151.9 52.99 64.59 -
System Red Green Blue C M Y K H S L
Decimal 63 223 19 0.72 0 0.91 0.13 107.06 0.84 0.47
Hex 3F DF 13 48 0 5B D 6B 54 2F
Octal 77 337 23 110 0 133 15 153 124 57
Binary 111111 11011111 10011 1001000 0 1011011 1101 1101011 1010100 101111

Color Harmonies of #3FDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDF13

Black with #3FDF13

Text Example


Text Example

White with #3FDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FDF13; }

 p { color: rgb(63,223,19); }

 H1.HeaderClassName
 {
   color: #3FDF13;
 }
 .AnyTagClassName
 {
   color: #3FDF13;
 }
</style>

background-color css

<style>
 a { background-color: #3FDF13; }

 a { background-color: rgb(63,223,19); }

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

border-color css

<style>
 span { border-color: #3FDF13; }

 span { border-color: rgb(63,223,19); }

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