Html Css Color HEX #42F01A Harlequin

📋 copy color: '#42F01A'

red 66 ◦ green 240 ◦ blue 26

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

Shades of Harlequin #42F01A

Tints of Harlequin #42F01A

RGB

 RED value IS 66 (26.17% from 255) = 19.88%

 GREEN value IS 240 (94.14% from 255) = 72.29%

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 19.88%
G = 72.29%
B = 7.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#42F01A (or 0x42F01A) is known color: Harlequin. HEX triplet: 42, F0 and 1A. RGB value is (66,240,26). Sum of RGB (Red+Green+Blue) = 66+240+26=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 240 (94.14% from 255 or 72.29% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 240 - color contains mainly: green. Hex color #42F01A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F01A is #BD0FE5. Grayscale: #A4A4A4. Windows color (decimal): -12390374 or 1765442. OLE color: 1765442.

HSL color Cylindrical-coordinate representation of color #42F01A: hue angle of 108.79º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42F01A is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 240 26 -
CMYK 0.72 0 0.89 0.06
HSL 108.79º 0.88% 0.52% -
HSV(B) 108.79º 0.89% 0.94% -
XYZ 33.59 63.55 11.47 -
YUV 163.58 50.35 58.4 -
System Red Green Blue C M Y K H S L
Decimal 66 240 26 0.72 0 0.89 0.06 108.79 0.88 0.52
Hex 42 F0 1A 48 0 59 6 6D 58 34
Octal 102 360 32 110 0 131 6 155 130 64
Binary 1000010 11110000 11010 1001000 0 1011001 110 1101101 1011000 110100

Color Harmonies of #42F01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F01A

Black with #42F01A

Text Example


Text Example

White with #42F01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,240,26); }

 H1.HeaderClassName
 {
   color: #42F01A;
 }
 .AnyTagClassName
 {
   color: #42F01A;
 }
</style>

background-color css

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

 a { background-color: rgb(66,240,26); }

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

border-color css

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

 span { border-color: rgb(66,240,26); }

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