Html Css Color HEX #3DFD0C Harlequin

📋 copy color: '#3DFD0C'

red 61 ◦ green 253 ◦ blue 12

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

Shades of Harlequin #3DFD0C

Tints of Harlequin #3DFD0C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 77.61%

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 18.71%
G = 77.61%
B = 3.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#3DFD0C (or 0x3DFD0C) is known color: Harlequin. HEX triplet: 3D, FD and 0C. RGB value is (61,253,12). Sum of RGB (Red+Green+Blue) = 61+253+12=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 253 (99.22% from 255 or 77.61% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 253 - color contains mainly: green. Hex color #3DFD0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DFD0C is #C202F3. Grayscale: #A8A8A8. Windows color (decimal): -12714740 or 851261. OLE color: 851261.

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

Color convert

RGB 61 253 12 -
CMYK 0.76 0 0.95 0.01
HSL 107.8º 0.98% 0.52% -
HSV(B) 107.8º 0.95% 0.99% -
XYZ 37.12 71.27 12.15 -
YUV 168.12 39.89 51.6 -
System Red Green Blue C M Y K H S L
Decimal 61 253 12 0.76 0 0.95 0.01 107.8 0.98 0.52
Hex 3D FD C 4C 0 5F 1 6C 62 34
Octal 75 375 14 114 0 137 1 154 142 64
Binary 111101 11111101 1100 1001100 0 1011111 1 1101100 1100010 110100

Color Harmonies of #3DFD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DFD0C

Black with #3DFD0C

Text Example


Text Example

White with #3DFD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,253,12); }

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

background-color css

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

 a { background-color: rgb(61,253,12); }

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

border-color css

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

 span { border-color: rgb(61,253,12); }

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