Html Css Color HEX #42F80C Harlequin

📋 copy color: '#42F80C'

red 66 ◦ green 248 ◦ blue 12

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

Shades of Harlequin #42F80C

Tints of Harlequin #42F80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 20.25%
G = 76.07%
B = 3.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#42F80C (or 0x42F80C) is known color: Harlequin. HEX triplet: 42, F8 and 0C. RGB value is (66,248,12). Sum of RGB (Red+Green+Blue) = 66+248+12=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 248 (97.27% from 255 or 76.07% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 248 - color contains mainly: green. Hex color #42F80C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F80C is #BD07F3. Grayscale: #A7A7A7. Windows color (decimal): -12388340 or 849986. OLE color: 849986.

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

Color convert

RGB 66 248 12 -
CMYK 0.73 0 0.95 0.03
HSL 106.27º 0.94% 0.51% -
HSV(B) 106.27º 0.95% 0.97% -
XYZ 35.88 68.32 11.64 -
YUV 166.68 40.7 56.19 -
System Red Green Blue C M Y K H S L
Decimal 66 248 12 0.73 0 0.95 0.03 106.27 0.94 0.51
Hex 42 F8 C 49 0 5F 3 6A 5E 33
Octal 102 370 14 111 0 137 3 152 136 63
Binary 1000010 11111000 1100 1001001 0 1011111 11 1101010 1011110 110011

Color Harmonies of #42F80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F80C

Black with #42F80C

Text Example


Text Example

White with #42F80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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