Html Css Color HEX #3DE705 Harlequin

📋 copy color: '#3DE705'

red 61 ◦ green 231 ◦ blue 5

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

Shades of Harlequin #3DE705

Tints of Harlequin #3DE705

RGB

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

 GREEN value IS 231 (90.63% from 255) = 77.78%

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 20.54%
G = 77.78%
B = 1.68%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#3DE705 (or 0x3DE705) is known color: Harlequin. HEX triplet: 3D, E7 and 05. RGB value is (61,231,5). Sum of RGB (Red+Green+Blue) = 61+231+5=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 231 (90.62% from 255 or 77.78% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 231 - color contains mainly: green. Hex color #3DE705 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3DE705 is #C218FA. Grayscale: #9B9B9B. Windows color (decimal): -12720379 or 386877. OLE color: 386877.

HSL color Cylindrical-coordinate representation of color #3DE705: hue angle of 105.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3DE705 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 61 231 5 -
CMYK 0.74 0 0.98 0.09
HSL 105.13º 0.96% 0.46% -
HSV(B) 105.13º 0.98% 0.91% -
XYZ 30.53 58.15 9.76 -
YUV 154.41 43.68 61.38 -
System Red Green Blue C M Y K H S L
Decimal 61 231 5 0.74 0 0.98 0.09 105.13 0.96 0.46
Hex 3D E7 5 4A 0 62 9 69 60 2E
Octal 75 347 5 112 0 142 11 151 140 56
Binary 111101 11100111 101 1001010 0 1100010 1001 1101001 1100000 101110

Color Harmonies of #3DE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DE705

Black with #3DE705

Text Example


Text Example

White with #3DE705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,231,5); }

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

background-color css

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

 a { background-color: rgb(61,231,5); }

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

border-color css

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

 span { border-color: rgb(61,231,5); }

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