Html Css Color HEX #42F104 Harlequin

📋 copy color: '#42F104'

red 66 ◦ green 241 ◦ blue 4

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

Shades of Harlequin #42F104

Tints of Harlequin #42F104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 21.22%
G = 77.49%
B = 1.29%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#42F104 (or 0x42F104) is known color: Harlequin. HEX triplet: 42, F1 and 04. RGB value is (66,241,4). Sum of RGB (Red+Green+Blue) = 66+241+4=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 241 (94.53% from 255 or 77.49% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 241 - color contains mainly: green. Hex color #42F104 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F104 is #BD0EFB. Grayscale: #A2A2A2. Windows color (decimal): -12390140 or 323906. OLE color: 323906.

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

Color convert

RGB 66 241 4 -
CMYK 0.73 0 0.98 0.05
HSL 104.3º 0.97% 0.48% -
HSV(B) 104.3º 0.98% 0.95% -
XYZ 33.72 64.08 10.71 -
YUV 161.66 39.02 59.77 -
System Red Green Blue C M Y K H S L
Decimal 66 241 4 0.73 0 0.98 0.05 104.3 0.97 0.48
Hex 42 F1 4 49 0 62 5 68 61 30
Octal 102 361 4 111 0 142 5 150 141 60
Binary 1000010 11110001 100 1001001 0 1100010 101 1101000 1100001 110000

Color Harmonies of #42F104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F104

Black with #42F104

Text Example


Text Example

White with #42F104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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