Html Css Color HEX #3FDA00 Harlequin

📋 copy color: '#3FDA00'

red 63 ◦ green 218 ◦ blue 0

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

Shades of Harlequin #3FDA00

Tints of Harlequin #3FDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 77.58%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 22.42%
G = 77.58%
B = 0%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#3FDA00 (or 0x3FDA00) is known color: Harlequin. HEX triplet: 3F, DA and 00. RGB value is (63,218,0). Sum of RGB (Red+Green+Blue) = 63+218+0=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 218 (85.55% from 255 or 77.58% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDA00 is #C025FF. Grayscale: #939393. Windows color (decimal): -12592640 or 55871. OLE color: 55871.

HSL color Cylindrical-coordinate representation of color #3FDA00: hue angle of 102.66º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3FDA00 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 63 218 0 -
CMYK 0.71 0 1 0.15
HSL 102.66º 1% 0.43% -
HSV(B) 102.66º 1% 0.85% -
XYZ 27.12 51.2 8.45 -
YUV 146.8 45.15 68.23 -
System Red Green Blue C M Y K H S L
Decimal 63 218 0 0.71 0 1 0.15 102.66 1 0.43
Hex 3F DA 0 47 0 64 F 67 64 2B
Octal 77 332 0 107 0 144 17 147 144 53
Binary 111111 11011010 0 1000111 0 1100100 1111 1100111 1100100 101011

Color Harmonies of #3FDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDA00

Black with #3FDA00

Text Example


Text Example

White with #3FDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,218,0); }

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

background-color css

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

 a { background-color: rgb(63,218,0); }

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

border-color css

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

 span { border-color: rgb(63,218,0); }

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