Html Css Color HEX #42F71C Harlequin

📋 copy color: '#42F71C'

red 66 ◦ green 247 ◦ blue 28

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

Shades of Harlequin #42F71C

Tints of Harlequin #42F71C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 72.43%

 BLUE value IS 28 (11.33% from 255) = 8.21%

R = 19.35%
G = 72.43%
B = 8.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#42F71C (or 0x42F71C) is known color: Harlequin. HEX triplet: 42, F7 and 1C. RGB value is (66,247,28). Sum of RGB (Red+Green+Blue) = 66+247+28=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 247 (96.88% from 255 or 72.43% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 247 - color contains mainly: green. Hex color #42F71C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F71C is #BD08E3. Grayscale: #A8A8A8. Windows color (decimal): -12388580 or 1898306. OLE color: 1898306.

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

Color convert

RGB 66 247 28 -
CMYK 0.73 0 0.89 0.03
HSL 109.59º 0.93% 0.54% -
HSV(B) 109.59º 0.89% 0.97% -
XYZ 35.72 67.76 12.3 -
YUV 167.92 49.03 55.31 -
System Red Green Blue C M Y K H S L
Decimal 66 247 28 0.73 0 0.89 0.03 109.59 0.93 0.54
Hex 42 F7 1C 49 0 59 3 6E 5D 36
Octal 102 367 34 111 0 131 3 156 135 66
Binary 1000010 11110111 11100 1001001 0 1011001 11 1101110 1011101 110110

Color Harmonies of #42F71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F71C

Black with #42F71C

Text Example


Text Example

White with #42F71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,247,28); }

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

background-color css

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

 a { background-color: rgb(66,247,28); }

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

border-color css

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

 span { border-color: rgb(66,247,28); }

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