Html Css Color HEX #3DF81D Harlequin

📋 copy color: '#3DF81D'

red 61 ◦ green 248 ◦ blue 29

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

Shades of Harlequin #3DF81D

Tints of Harlequin #3DF81D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 73.37%

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

R = 18.05%
G = 73.37%
B = 8.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#3DF81D (or 0x3DF81D) is known color: Harlequin. HEX triplet: 3D, F8 and 1D. RGB value is (61,248,29). Sum of RGB (Red+Green+Blue) = 61+248+29=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 248 (97.27% from 255 or 73.37% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF81D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF81D is #C207E2. Grayscale: #A7A7A7. Windows color (decimal): -12716003 or 1964093. OLE color: 1964093.

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

Color convert

RGB 61 248 29 -
CMYK 0.75 0 0.88 0.03
HSL 111.23º 0.94% 0.54% -
HSV(B) 111.23º 0.88% 0.97% -
XYZ 35.71 68.22 12.45 -
YUV 167.12 50.05 52.31 -
System Red Green Blue C M Y K H S L
Decimal 61 248 29 0.75 0 0.88 0.03 111.23 0.94 0.54
Hex 3D F8 1D 4B 0 58 3 6F 5E 36
Octal 75 370 35 113 0 130 3 157 136 66
Binary 111101 11111000 11101 1001011 0 1011000 11 1101111 1011110 110110

Color Harmonies of #3DF81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF81D

Black with #3DF81D

Text Example


Text Example

White with #3DF81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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