Html Css Color HEX #3DEF1D Harlequin

📋 copy color: '#3DEF1D'

red 61 ◦ green 239 ◦ blue 29

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

Shades of Harlequin #3DEF1D

Tints of Harlequin #3DEF1D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 72.64%

 BLUE value IS 29 (11.72% from 255) = 8.81%

R = 18.54%
G = 72.64%
B = 8.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#3DEF1D (or 0x3DEF1D) is known color: Harlequin. HEX triplet: 3D, EF and 1D. RGB value is (61,239,29). Sum of RGB (Red+Green+Blue) = 61+239+29=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 239 (93.75% from 255 or 72.64% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEF1D is #C210E2. Grayscale: #A2A2A2. Windows color (decimal): -12718307 or 1961789. OLE color: 1961789.

HSL color Cylindrical-coordinate representation of color #3DEF1D: hue angle of 110.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3DEF1D is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 61 239 29 -
CMYK 0.74 0 0.88 0.06
HSL 110.86º 0.87% 0.53% -
HSV(B) 110.86º 0.88% 0.94% -
XYZ 33.01 62.81 11.55 -
YUV 161.84 53.03 56.08 -
System Red Green Blue C M Y K H S L
Decimal 61 239 29 0.74 0 0.88 0.06 110.86 0.87 0.53
Hex 3D EF 1D 4A 0 58 6 6F 57 35
Octal 75 357 35 112 0 130 6 157 127 65
Binary 111101 11101111 11101 1001010 0 1011000 110 1101111 1010111 110101

Color Harmonies of #3DEF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DEF1D

Black with #3DEF1D

Text Example


Text Example

White with #3DEF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,239,29); }

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

background-color css

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

 a { background-color: rgb(61,239,29); }

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

border-color css

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

 span { border-color: rgb(61,239,29); }

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