Html Css Color HEX #3DF51F Harlequin

📋 copy color: '#3DF51F'

red 61 ◦ green 245 ◦ blue 31

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

Shades of Harlequin #3DF51F

Tints of Harlequin #3DF51F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 72.7%

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 18.1%
G = 72.7%
B = 9.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#3DF51F (or 0x3DF51F) is known color: Harlequin. HEX triplet: 3D, F5 and 1F. RGB value is (61,245,31). Sum of RGB (Red+Green+Blue) = 61+245+31=337 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.10% from 337); Green value is 245 (96.09% from 255 or 72.70% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF51F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF51F is #C20AE0. Grayscale: #A6A6A6. Windows color (decimal): -12716769 or 2094397. OLE color: 2094397.

HSL color Cylindrical-coordinate representation of color #3DF51F: hue angle of 111.59º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DF51F is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 61 245 31 -
CMYK 0.75 0 0.87 0.04
HSL 111.59º 0.91% 0.54% -
HSV(B) 111.59º 0.87% 0.96% -
XYZ 34.82 66.4 12.28 -
YUV 165.59 52.04 53.4 -
System Red Green Blue C M Y K H S L
Decimal 61 245 31 0.75 0 0.87 0.04 111.59 0.91 0.54
Hex 3D F5 1F 4B 0 57 4 70 5B 36
Octal 75 365 37 113 0 127 4 160 133 66
Binary 111101 11110101 11111 1001011 0 1010111 100 1110000 1011011 110110

Color Harmonies of #3DF51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF51F

Black with #3DF51F

Text Example


Text Example

White with #3DF51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,245,31); }

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

background-color css

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

 a { background-color: rgb(61,245,31); }

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

border-color css

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

 span { border-color: rgb(61,245,31); }

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