Html Css Color HEX #42F112 Harlequin

📋 copy color: '#42F112'

red 66 ◦ green 241 ◦ blue 18

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

Shades of Harlequin #42F112

Tints of Harlequin #42F112

RGB

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

 GREEN value IS 241 (94.53% from 255) = 74.15%

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 20.31%
G = 74.15%
B = 5.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#42F112 (or 0x42F112) is known color: Harlequin. HEX triplet: 42, F1 and 12. RGB value is (66,241,18). Sum of RGB (Red+Green+Blue) = 66+241+18=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #42F112 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F112 is #BD0EED. Grayscale: #A3A3A3. Windows color (decimal): -12390126 or 1241410. OLE color: 1241410.

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

Color convert

RGB 66 241 18 -
CMYK 0.73 0 0.93 0.05
HSL 107.09º 0.89% 0.51% -
HSV(B) 107.09º 0.93% 0.95% -
XYZ 33.81 64.11 11.17 -
YUV 163.25 46.02 58.63 -
System Red Green Blue C M Y K H S L
Decimal 66 241 18 0.73 0 0.93 0.05 107.09 0.89 0.51
Hex 42 F1 12 49 0 5D 5 6B 59 33
Octal 102 361 22 111 0 135 5 153 131 63
Binary 1000010 11110001 10010 1001001 0 1011101 101 1101011 1011001 110011

Color Harmonies of #42F112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F112

Black with #42F112

Text Example


Text Example

White with #42F112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,241,18); }

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

background-color css

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

 a { background-color: rgb(66,241,18); }

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

border-color css

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

 span { border-color: rgb(66,241,18); }

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