Html Css Color HEX #3DF910 Harlequin

📋 copy color: '#3DF910'

red 61 ◦ green 249 ◦ blue 16

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

Shades of Harlequin #3DF910

Tints of Harlequin #3DF910

RGB

 RED value IS 61 (24.22% from 255) = 18.71%

 GREEN value IS 249 (97.66% from 255) = 76.38%

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 18.71%
G = 76.38%
B = 4.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#3DF910 (or 0x3DF910) is known color: Harlequin. HEX triplet: 3D, F9 and 10. RGB value is (61,249,16). Sum of RGB (Red+Green+Blue) = 61+249+16=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 249 (97.66% from 255 or 76.38% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF910 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF910 is #C206EF. Grayscale: #A6A6A6. Windows color (decimal): -12715760 or 1112381. OLE color: 1112381.

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

Color convert

RGB 61 249 16 -
CMYK 0.76 0 0.94 0.02
HSL 108.41º 0.95% 0.52% -
HSV(B) 108.41º 0.94% 0.98% -
XYZ 35.89 68.78 11.87 -
YUV 166.23 43.22 52.95 -
System Red Green Blue C M Y K H S L
Decimal 61 249 16 0.76 0 0.94 0.02 108.41 0.95 0.52
Hex 3D F9 10 4C 0 5E 2 6C 5F 34
Octal 75 371 20 114 0 136 2 154 137 64
Binary 111101 11111001 10000 1001100 0 1011110 10 1101100 1011111 110100

Color Harmonies of #3DF910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF910

Black with #3DF910

Text Example


Text Example

White with #3DF910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,249,16); }

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

background-color css

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

 a { background-color: rgb(61,249,16); }

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

border-color css

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

 span { border-color: rgb(61,249,16); }

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