Html Css Color HEX #3DF70F Harlequin

📋 copy color: '#3DF70F'

red 61 ◦ green 247 ◦ blue 15

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

Shades of Harlequin #3DF70F

Tints of Harlequin #3DF70F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 76.47%

 BLUE value IS 15 (6.25% from 255) = 4.64%

R = 18.89%
G = 76.47%
B = 4.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#3DF70F (or 0x3DF70F) is known color: Harlequin. HEX triplet: 3D, F7 and 0F. RGB value is (61,247,15). Sum of RGB (Red+Green+Blue) = 61+247+15=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 247 (96.88% from 255 or 76.47% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF70F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DF70F is #C208F0. Grayscale: #A5A5A5. Windows color (decimal): -12716273 or 1046333. OLE color: 1046333.

HSL color Cylindrical-coordinate representation of color #3DF70F: hue angle of 108.1º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3DF70F is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 61 247 15 -
CMYK 0.75 0 0.94 0.03
HSL 108.1º 0.94% 0.51% -
HSV(B) 108.1º 0.94% 0.97% -
XYZ 35.27 67.55 11.63 -
YUV 164.94 43.38 53.86 -
System Red Green Blue C M Y K H S L
Decimal 61 247 15 0.75 0 0.94 0.03 108.1 0.94 0.51
Hex 3D F7 F 4B 0 5E 3 6C 5E 33
Octal 75 367 17 113 0 136 3 154 136 63
Binary 111101 11110111 1111 1001011 0 1011110 11 1101100 1011110 110011

Color Harmonies of #3DF70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF70F

Black with #3DF70F

Text Example


Text Example

White with #3DF70F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,247,15); }

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

background-color css

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

 a { background-color: rgb(61,247,15); }

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

border-color css

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

 span { border-color: rgb(61,247,15); }

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