Html Css Color HEX #3FFA0D Harlequin

📋 copy color: '#3FFA0D'

red 63 ◦ green 250 ◦ blue 13

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

Shades of Harlequin #3FFA0D

Tints of Harlequin #3FFA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 19.33%
G = 76.69%
B = 3.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#3FFA0D (or 0x3FFA0D) is known color: Harlequin. HEX triplet: 3F, FA and 0D. RGB value is (63,250,13). Sum of RGB (Red+Green+Blue) = 63+250+13=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 250 (98.05% from 255 or 76.69% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FFA0D is #C005F2. Grayscale: #A7A7A7. Windows color (decimal): -12584435 or 916031. OLE color: 916031.

HSL color Cylindrical-coordinate representation of color #3FFA0D: hue angle of 107.34º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FFA0D is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 250 13 -
CMYK 0.75 0 0.95 0.02
HSL 107.34º 0.96% 0.52% -
HSV(B) 107.34º 0.95% 0.98% -
XYZ 36.31 69.46 11.87 -
YUV 167.07 41.05 53.77 -
System Red Green Blue C M Y K H S L
Decimal 63 250 13 0.75 0 0.95 0.02 107.34 0.96 0.52
Hex 3F FA D 4B 0 5F 2 6B 60 34
Octal 77 372 15 113 0 137 2 153 140 64
Binary 111111 11111010 1101 1001011 0 1011111 10 1101011 1100000 110100

Color Harmonies of #3FFA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFA0D

Black with #3FFA0D

Text Example


Text Example

White with #3FFA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,250,13); }

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

background-color css

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

 a { background-color: rgb(63,250,13); }

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

border-color css

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

 span { border-color: rgb(63,250,13); }

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