Html Css Color HEX #3DF828 Harlequin

📋 copy color: '#3DF828'

red 61 ◦ green 248 ◦ blue 40

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

Shades of Harlequin #3DF828

Tints of Harlequin #3DF828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 17.48%
G = 71.06%
B = 11.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#3DF828 (or 0x3DF828) is known color: Harlequin. HEX triplet: 3D, F8 and 28. RGB value is (61,248,40). Sum of RGB (Red+Green+Blue) = 61+248+40=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 248 (97.27% from 255 or 71.06% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF828 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF828 is #C207D7. Grayscale: #A9A9A9. Windows color (decimal): -12715992 or 2684989. OLE color: 2684989.

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

Color convert

RGB 61 248 40 -
CMYK 0.75 0 0.84 0.03
HSL 113.94º 0.94% 0.56% -
HSV(B) 113.94º 0.84% 0.97% -
XYZ 35.87 68.28 13.3 -
YUV 168.38 55.55 51.41 -
System Red Green Blue C M Y K H S L
Decimal 61 248 40 0.75 0 0.84 0.03 113.94 0.94 0.56
Hex 3D F8 28 4B 0 54 3 72 5E 38
Octal 75 370 50 113 0 124 3 162 136 70
Binary 111101 11111000 101000 1001011 0 1010100 11 1110010 1011110 111000

Color Harmonies of #3DF828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF828

Black with #3DF828

Text Example


Text Example

White with #3DF828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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