Html Css Color HEX #3DE416 Harlequin

📋 copy color: '#3DE416'

red 61 ◦ green 228 ◦ blue 22

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

Shades of Harlequin #3DE416

Tints of Harlequin #3DE416

RGB

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

 GREEN value IS 228 (89.45% from 255) = 73.31%

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 19.61%
G = 73.31%
B = 7.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#3DE416 (or 0x3DE416) is known color: Harlequin. HEX triplet: 3D, E4 and 16. RGB value is (61,228,22). Sum of RGB (Red+Green+Blue) = 61+228+22=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 228 (89.45% from 255 or 73.31% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 228 - color contains mainly: green. Hex color #3DE416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE416 is #C21BE9. Grayscale: #9B9B9B. Windows color (decimal): -12721130 or 1500221. OLE color: 1500221.

HSL color Cylindrical-coordinate representation of color #3DE416: hue angle of 108.64º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3DE416 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 61 228 22 -
CMYK 0.73 0 0.90 0.11
HSL 108.64º 0.82% 0.49% -
HSV(B) 108.64º 0.9% 0.89% -
XYZ 29.81 56.54 10.1 -
YUV 154.58 53.17 61.25 -
System Red Green Blue C M Y K H S L
Decimal 61 228 22 0.73 0 0.90 0.11 108.64 0.82 0.49
Hex 3D E4 16 49 0 5A B 6D 52 31
Octal 75 344 26 111 0 132 13 155 122 61
Binary 111101 11100100 10110 1001001 0 1011010 1011 1101101 1010010 110001

Color Harmonies of #3DE416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE416

Black with #3DE416

Text Example


Text Example

White with #3DE416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,228,22); }

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

background-color css

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

 a { background-color: rgb(61,228,22); }

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

border-color css

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

 span { border-color: rgb(61,228,22); }

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