Html Css Color HEX #3DF90D Harlequin

📋 copy color: '#3DF90D'

red 61 ◦ green 249 ◦ blue 13

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

Shades of Harlequin #3DF90D

Tints of Harlequin #3DF90D

RGB

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

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

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

R = 18.89%
G = 77.09%
B = 4.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#3DF90D (or 0x3DF90D) is known color: Harlequin. HEX triplet: 3D, F9 and 0D. RGB value is (61,249,13). Sum of RGB (Red+Green+Blue) = 61+249+13=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 249 (97.66% from 255 or 77.09% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF90D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF90D is #C206F2. Grayscale: #A6A6A6. Windows color (decimal): -12715763 or 915773. OLE color: 915773.

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

Color convert

RGB 61 249 13 -
CMYK 0.76 0 0.95 0.02
HSL 107.8º 0.95% 0.51% -
HSV(B) 107.8º 0.95% 0.98% -
XYZ 35.87 68.77 11.76 -
YUV 165.88 41.72 53.19 -
System Red Green Blue C M Y K H S L
Decimal 61 249 13 0.76 0 0.95 0.02 107.8 0.95 0.51
Hex 3D F9 D 4C 0 5F 2 6C 5F 33
Octal 75 371 15 114 0 137 2 154 137 63
Binary 111101 11111001 1101 1001100 0 1011111 10 1101100 1011111 110011

Color Harmonies of #3DF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF90D

Black with #3DF90D

Text Example


Text Example

White with #3DF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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