Html Css Color HEX #40F025 Harlequin

📋 copy color: '#40F025'

red 64 ◦ green 240 ◦ blue 37

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

Shades of Harlequin #40F025

Tints of Harlequin #40F025

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.38%

 BLUE value IS 37 (14.84% from 255) = 10.85%

R = 18.77%
G = 70.38%
B = 10.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#40F025 (or 0x40F025) is known color: Harlequin. HEX triplet: 40, F0 and 25. RGB value is (64,240,37). Sum of RGB (Red+Green+Blue) = 64+240+37=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 240 (94.14% from 255 or 70.38% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 240 - color contains mainly: green. Hex color #40F025 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F025 is #BF0FDA. Grayscale: #A4A4A4. Windows color (decimal): -12521435 or 2486336. OLE color: 2486336.

HSL color Cylindrical-coordinate representation of color #40F025: hue angle of 112.02º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40F025 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 240 37 -
CMYK 0.73 0 0.85 0.06
HSL 112.02º 0.87% 0.54% -
HSV(B) 112.02º 0.85% 0.94% -
XYZ 33.61 63.54 12.24 -
YUV 164.23 56.19 56.51 -
System Red Green Blue C M Y K H S L
Decimal 64 240 37 0.73 0 0.85 0.06 112.02 0.87 0.54
Hex 40 F0 25 49 0 55 6 70 57 36
Octal 100 360 45 111 0 125 6 160 127 66
Binary 1000000 11110000 100101 1001001 0 1010101 110 1110000 1010111 110110

Color Harmonies of #40F025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F025

Black with #40F025

Text Example


Text Example

White with #40F025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,240,37); }

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

background-color css

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

 a { background-color: rgb(64,240,37); }

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

border-color css

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

 span { border-color: rgb(64,240,37); }

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