#42FA25

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

Shades of Harlequin #42FA25

Tints of Harlequin #42FA25

Color information

#42FA25 (or 0x42FA25) is unknown color: approx Harlequin. HEX triplet: 42, FA and 25. RGB value is (66,250,37). Sum of RGB (Red+Green+Blue) = 66+250+37=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 250 (98.05% from 255 or 70.82% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA25 is #BD05DA. Grayscale: #ABABAB. Windows color (decimal): -12387803 or 2488898. OLE color: 2488898.

HSL color Cylindrical-coordinate representation of color #42FA25: hue angle of 111.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42FA25 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB6625037-
CMYK0.7400.850.02
HSL111.83º95.52%56.27%-
HSV(B)111.83º85.2%98.04%-
XYZ36.7769.6613.26-
YUV170.752.5453.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 250 (98.05% from 255) = 70.82%
BLUE value IS 37 (14.84% from 255) = 10.48%
R=18.70%
G=70.82%
B=10.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal66250370.7400.850.02111.8395.5256.27
Hex42FA254A0552706038
Octal102372451120125216014070
Binary1000010111110101001011001010010101011011100001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42FA25; }

 p { color: rgb(66,250,37); }

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

<style>
 a { background-color: #42FA25; }

 a { background-color: rgb(66,250,37); }

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

<style>
 span { border-color: #42FA25; }

 span { border-color: rgb(66,250,37); }

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