Html Css Color HEX #3DF90A Harlequin

📋 copy color: '#3DF90A'

red 61 ◦ green 249 ◦ blue 10

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

Shades of Harlequin #3DF90A

Tints of Harlequin #3DF90A

RGB

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

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

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

R = 19.06%
G = 77.81%
B = 3.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#3DF90A (or 0x3DF90A) is known color: Harlequin. HEX triplet: 3D, F9 and 0A. RGB value is (61,249,10). Sum of RGB (Red+Green+Blue) = 61+249+10=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 249 (97.66% from 255 or 77.81% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF90A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF90A is #C206F5. Grayscale: #A6A6A6. Windows color (decimal): -12715766 or 719165. OLE color: 719165.

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

Color convert

RGB 61 249 10 -
CMYK 0.76 0 0.96 0.02
HSL 107.2º 0.95% 0.51% -
HSV(B) 107.2º 0.96% 0.98% -
XYZ 35.85 68.77 11.67 -
YUV 165.54 40.22 53.43 -
System Red Green Blue C M Y K H S L
Decimal 61 249 10 0.76 0 0.96 0.02 107.2 0.95 0.51
Hex 3D F9 A 4C 0 60 2 6B 5F 33
Octal 75 371 12 114 0 140 2 153 137 63
Binary 111101 11111001 1010 1001100 0 1100000 10 1101011 1011111 110011

Color Harmonies of #3DF90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF90A

Black with #3DF90A

Text Example


Text Example

White with #3DF90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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