Html Css Color HEX #40F125 Harlequin

📋 copy color: '#40F125'

red 64 ◦ green 241 ◦ blue 37

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

Shades of Harlequin #40F125

Tints of Harlequin #40F125

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.47%

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

R = 18.71%
G = 70.47%
B = 10.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#40F125 (or 0x40F125) is known color: Harlequin. HEX triplet: 40, F1 and 25. RGB value is (64,241,37). Sum of RGB (Red+Green+Blue) = 64+241+37=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 241 (94.53% from 255 or 70.47% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 241 - color contains mainly: green. Hex color #40F125 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F125 is #BF0EDA. Grayscale: #A5A5A5. Windows color (decimal): -12521179 or 2486592. OLE color: 2486592.

HSL color Cylindrical-coordinate representation of color #40F125: hue angle of 112.06º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40F125 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 241 37 -
CMYK 0.73 0 0.85 0.05
HSL 112.06º 0.88% 0.55% -
HSV(B) 112.06º 0.85% 0.95% -
XYZ 33.9 64.13 12.34 -
YUV 164.82 55.86 56.09 -
System Red Green Blue C M Y K H S L
Decimal 64 241 37 0.73 0 0.85 0.05 112.06 0.88 0.55
Hex 40 F1 25 49 0 55 5 70 58 37
Octal 100 361 45 111 0 125 5 160 130 67
Binary 1000000 11110001 100101 1001001 0 1010101 101 1110000 1011000 110111

Color Harmonies of #40F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F125

Black with #40F125

Text Example


Text Example

White with #40F125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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