#26EF02

Color #26EF02 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #26EF02

Tints of Harlequin #26EF02

Color information

#26EF02 (or 0x26EF02) is unknown color: approx Harlequin. HEX triplet: 26, EF and 02. RGB value is (38,239,2). Sum of RGB (Red+Green+Blue) = 38+239+2=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 239 (93.75% from 255 or 85.66% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 239 - color contains mainly: green. Hex color #26EF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #26EF02 is #D910FD. Grayscale: #989898. Windows color (decimal): -14225662 or 192294. OLE color: 192294.

HSL color Cylindrical-coordinate representation of color #26EF02: hue angle of 110.89º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26EF02 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB382392-
CMYK0.8400.990.06
HSL110.89º98.34%47.25%-
HSV(B)110.89º99.16%93.73%-
XYZ31.6862.1510.38-
YUV151.8843.4146.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.62%
GREEN value IS 239 (93.75% from 255) = 85.66%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=13.62%
G=85.66%
B=0.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal3823920.8400.990.06110.8998.3447.25
Hex26EF25406366f622f
Octal4635721240143615714257
Binary100110111011111010101000110001111011011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26EF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26EF02; }

 p { color: rgb(38,239,2); }

 H1.HeaderClassName
 {
   color: #26EF02;
 }
 .AnyTagClassName
 {
   color: #26EF02;
 }
</style>
background-color css

<style>
 a { background-color: #26EF02; }

 a { background-color: rgb(38,239,2); }

 div.DivClassName
 {
   background-color: #26EF02;
 }
 .BgClassName
 {
   background-color: #26EF02;
 }
</style>
border-color css

<style>
 span { border-color: #26EF02; }

 span { border-color: rgb(38,239,2); }

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