Html Css Color HEX #3FED0A Harlequin

📋 copy color: '#3FED0A'

red 63 ◦ green 237 ◦ blue 10

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

Shades of Harlequin #3FED0A

Tints of Harlequin #3FED0A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 76.45%

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 20.32%
G = 76.45%
B = 3.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#3FED0A (or 0x3FED0A) is known color: Harlequin. HEX triplet: 3F, ED and 0A. RGB value is (63,237,10). Sum of RGB (Red+Green+Blue) = 63+237+10=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 237 (92.97% from 255 or 76.45% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3FED0A is #C012F5. Grayscale: #9F9F9F. Windows color (decimal): -12587766 or 716095. OLE color: 716095.

HSL color Cylindrical-coordinate representation of color #3FED0A: hue angle of 105.99º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FED0A is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 237 10 -
CMYK 0.73 0 0.96 0.07
HSL 105.99º 0.92% 0.48% -
HSV(B) 105.99º 0.96% 0.93% -
XYZ 32.39 61.65 10.48 -
YUV 159.1 43.85 59.46 -
System Red Green Blue C M Y K H S L
Decimal 63 237 10 0.73 0 0.96 0.07 105.99 0.92 0.48
Hex 3F ED A 49 0 60 7 6A 5C 30
Octal 77 355 12 111 0 140 7 152 134 60
Binary 111111 11101101 1010 1001001 0 1100000 111 1101010 1011100 110000

Color Harmonies of #3FED0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FED0A

Black with #3FED0A

Text Example


Text Example

White with #3FED0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,237,10); }

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

background-color css

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

 a { background-color: rgb(63,237,10); }

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

border-color css

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

 span { border-color: rgb(63,237,10); }

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