Html Css Color HEX #40F928 Harlequin

📋 copy color: '#40F928'

red 64 ◦ green 249 ◦ blue 40

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

Shades of Harlequin #40F928

Tints of Harlequin #40F928

RGB

 RED value IS 64 (25.39% from 255) = 18.13%

 GREEN value IS 249 (97.66% from 255) = 70.54%

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

R = 18.13%
G = 70.54%
B = 11.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#40F928 (or 0x40F928) is known color: Harlequin. HEX triplet: 40, F9 and 28. RGB value is (64,249,40). Sum of RGB (Red+Green+Blue) = 64+249+40=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 249 (97.66% from 255 or 70.54% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 249 - color contains mainly: green. Hex color #40F928 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F928 is #BF06D7. Grayscale: #AAAAAA. Windows color (decimal): -12519128 or 2685248. OLE color: 2685248.

HSL color Cylindrical-coordinate representation of color #40F928: hue angle of 113.11º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40F928 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 249 40 -
CMYK 0.74 0 0.84 0.02
HSL 113.11º 0.95% 0.57% -
HSV(B) 113.11º 0.84% 0.98% -
XYZ 36.37 68.99 13.41 -
YUV 169.86 54.71 52.49 -
System Red Green Blue C M Y K H S L
Decimal 64 249 40 0.74 0 0.84 0.02 113.11 0.95 0.57
Hex 40 F9 28 4A 0 54 2 71 5F 39
Octal 100 371 50 112 0 124 2 161 137 71
Binary 1000000 11111001 101000 1001010 0 1010100 10 1110001 1011111 111001

Color Harmonies of #40F928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F928

Black with #40F928

Text Example


Text Example

White with #40F928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40F928; }

 p { color: rgb(64,249,40); }

 H1.HeaderClassName
 {
   color: #40F928;
 }
 .AnyTagClassName
 {
   color: #40F928;
 }
</style>

background-color css

<style>
 a { background-color: #40F928; }

 a { background-color: rgb(64,249,40); }

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

border-color css

<style>
 span { border-color: #40F928; }

 span { border-color: rgb(64,249,40); }

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