Html Css Color HEX #40F813 Harlequin

📋 copy color: '#40F813'

red 64 ◦ green 248 ◦ blue 19

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

Shades of Harlequin #40F813

Tints of Harlequin #40F813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.74%

R = 19.34%
G = 74.92%
B = 5.74%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#40F813 (or 0x40F813) is known color: Harlequin. HEX triplet: 40, F8 and 13. RGB value is (64,248,19). Sum of RGB (Red+Green+Blue) = 64+248+19=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 248 (97.27% from 255 or 74.92% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 248 - color contains mainly: green. Hex color #40F813 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40F813 is #BF07EC. Grayscale: #A7A7A7. Windows color (decimal): -12519405 or 1308736. OLE color: 1308736.

HSL color Cylindrical-coordinate representation of color #40F813: hue angle of 108.21º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40F813 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 64 248 19 -
CMYK 0.74 0 0.92 0.03
HSL 108.21º 0.94% 0.52% -
HSV(B) 108.21º 0.92% 0.97% -
XYZ 35.8 68.27 11.91 -
YUV 166.88 44.54 54.62 -
System Red Green Blue C M Y K H S L
Decimal 64 248 19 0.74 0 0.92 0.03 108.21 0.94 0.52
Hex 40 F8 13 4A 0 5C 3 6C 5E 34
Octal 100 370 23 112 0 134 3 154 136 64
Binary 1000000 11111000 10011 1001010 0 1011100 11 1101100 1011110 110100

Color Harmonies of #40F813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F813

Black with #40F813

Text Example


Text Example

White with #40F813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,248,19); }

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

background-color css

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

 a { background-color: rgb(64,248,19); }

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

border-color css

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

 span { border-color: rgb(64,248,19); }

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