#4BDE02

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

Shades of Harlequin #4BDE02

Tints of Harlequin #4BDE02

Color information

#4BDE02 (or 0x4BDE02) is unknown color: approx Harlequin. HEX triplet: 4B, DE and 02. RGB value is (75,222,2). Sum of RGB (Red+Green+Blue) = 75+222+2=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 222 (87.11% from 255 or 74.25% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BDE02 is #B421FD. Grayscale: #999999. Windows color (decimal): -11805182 or 187979. OLE color: 187979.

HSL color Cylindrical-coordinate representation of color #4BDE02: hue angle of 100.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4BDE02 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB752222-
CMYK0.6600.990.13
HSL100.09º98.21%43.92%-
HSV(B)100.09º99.1%87.06%-
XYZ29.0353.748.9-
YUV152.9742.872.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 222 (87.11% from 255) = 74.25%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=25.08%
G=74.25%
B=0.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal7522220.6600.990.13100.0998.2143.92
Hex4BDE242063D64622c
Octal113336210201431514414254
Binary10010111101111010100001001100011110111001001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BDE02; }

 p { color: rgb(75,222,2); }

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

<style>
 a { background-color: #4BDE02; }

 a { background-color: rgb(75,222,2); }

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

<style>
 span { border-color: #4BDE02; }

 span { border-color: rgb(75,222,2); }

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