Html Css Color HEX #40FA28 Harlequin

📋 copy color: '#40FA28'

red 64 ◦ green 250 ◦ blue 40

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

Shades of Harlequin #40FA28

Tints of Harlequin #40FA28

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.62%

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

R = 18.08%
G = 70.62%
B = 11.3%

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

#40FA28 (or 0x40FA28) is known color: Harlequin. HEX triplet: 40, FA and 28. RGB value is (64,250,40). Sum of RGB (Red+Green+Blue) = 64+250+40=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 250 (98.05% from 255 or 70.62% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 250 - color contains mainly: green. Hex color #40FA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FA28 is #BF05D7. Grayscale: #ABABAB. Windows color (decimal): -12518872 or 2685504. OLE color: 2685504.

HSL color Cylindrical-coordinate representation of color #40FA28: hue angle of 113.14º 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 #40FA28 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 250 40 -
CMYK 0.74 0 0.84 0.02
HSL 113.14º 0.95% 0.57% -
HSV(B) 113.14º 0.84% 0.98% -
XYZ 36.68 69.61 13.51 -
YUV 170.45 54.38 52.08 -
System Red Green Blue C M Y K H S L
Decimal 64 250 40 0.74 0 0.84 0.02 113.14 0.95 0.57
Hex 40 FA 28 4A 0 54 2 71 5F 39
Octal 100 372 50 112 0 124 2 161 137 71
Binary 1000000 11111010 101000 1001010 0 1010100 10 1110001 1011111 111001

Color Harmonies of #40FA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FA28

Black with #40FA28

Text Example


Text Example

White with #40FA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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