Html Css Color HEX #3DF920 Harlequin

📋 copy color: '#3DF920'

red 61 ◦ green 249 ◦ blue 32

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

Shades of Harlequin #3DF920

Tints of Harlequin #3DF920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 17.84%
G = 72.81%
B = 9.36%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#3DF920 (or 0x3DF920) is known color: Harlequin. HEX triplet: 3D, F9 and 20. RGB value is (61,249,32). Sum of RGB (Red+Green+Blue) = 61+249+32=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 249 (97.66% from 255 or 72.81% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 249 - color contains mainly: green. Hex color #3DF920 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF920 is #C206DF. Grayscale: #A8A8A8. Windows color (decimal): -12715744 or 2160957. OLE color: 2160957.

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

Color convert

RGB 61 249 32 -
CMYK 0.76 0 0.87 0.02
HSL 111.98º 0.95% 0.55% -
HSV(B) 111.98º 0.87% 0.98% -
XYZ 36.06 68.85 12.75 -
YUV 168.05 51.22 51.64 -
System Red Green Blue C M Y K H S L
Decimal 61 249 32 0.76 0 0.87 0.02 111.98 0.95 0.55
Hex 3D F9 20 4C 0 57 2 70 5F 37
Octal 75 371 40 114 0 127 2 160 137 67
Binary 111101 11111001 100000 1001100 0 1010111 10 1110000 1011111 110111

Color Harmonies of #3DF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF920

Black with #3DF920

Text Example


Text Example

White with #3DF920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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