Html Css Color HEX #42F80A Harlequin

📋 copy color: '#42F80A'

red 66 ◦ green 248 ◦ blue 10

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

Shades of Harlequin #42F80A

Tints of Harlequin #42F80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.09%

R = 20.37%
G = 76.54%
B = 3.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#42F80A (or 0x42F80A) is known color: Harlequin. HEX triplet: 42, F8 and 0A. RGB value is (66,248,10). Sum of RGB (Red+Green+Blue) = 66+248+10=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 248 (97.27% from 255 or 76.54% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 248 - color contains mainly: green. Hex color #42F80A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F80A is #BD07F5. Grayscale: #A7A7A7. Windows color (decimal): -12388342 or 718914. OLE color: 718914.

HSL color Cylindrical-coordinate representation of color #42F80A: hue angle of 105.88º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42F80A is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 248 10 -
CMYK 0.73 0 0.96 0.03
HSL 105.88º 0.94% 0.51% -
HSV(B) 105.88º 0.96% 0.97% -
XYZ 35.87 68.31 11.58 -
YUV 166.45 39.7 56.35 -
System Red Green Blue C M Y K H S L
Decimal 66 248 10 0.73 0 0.96 0.03 105.88 0.94 0.51
Hex 42 F8 A 49 0 60 3 6A 5E 33
Octal 102 370 12 111 0 140 3 152 136 63
Binary 1000010 11111000 1010 1001001 0 1100000 11 1101010 1011110 110011

Color Harmonies of #42F80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F80A

Black with #42F80A

Text Example


Text Example

White with #42F80A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,248,10); }

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

background-color css

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

 a { background-color: rgb(66,248,10); }

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

border-color css

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

 span { border-color: rgb(66,248,10); }

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