Html Css Color HEX #42F602 Harlequin

📋 copy color: '#42F602'

red 66 ◦ green 246 ◦ blue 2

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

Shades of Harlequin #42F602

Tints of Harlequin #42F602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 78.34%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 21.02%
G = 78.34%
B = 0.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#42F602 (or 0x42F602) is known color: Harlequin. HEX triplet: 42, F6 and 02. RGB value is (66,246,2). Sum of RGB (Red+Green+Blue) = 66+246+2=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 246 (96.48% from 255 or 78.34% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 246 - color contains mainly: green. Hex color #42F602 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F602 is #BD09FD. Grayscale: #A5A5A5. Windows color (decimal): -12388862 or 194114. OLE color: 194114.

HSL color Cylindrical-coordinate representation of color #42F602: hue angle of 104.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42F602 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 246 2 -
CMYK 0.73 0 0.99 0.04
HSL 104.26º 0.98% 0.49% -
HSV(B) 104.26º 0.99% 0.96% -
XYZ 35.21 67.07 11.15 -
YUV 164.36 36.37 57.84 -
System Red Green Blue C M Y K H S L
Decimal 66 246 2 0.73 0 0.99 0.04 104.26 0.98 0.49
Hex 42 F6 2 49 0 63 4 68 62 31
Octal 102 366 2 111 0 143 4 150 142 61
Binary 1000010 11110110 10 1001001 0 1100011 100 1101000 1100010 110001

Color Harmonies of #42F602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F602

Black with #42F602

Text Example


Text Example

White with #42F602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,246,2); }

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

background-color css

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

 a { background-color: rgb(66,246,2); }

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

border-color css

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

 span { border-color: rgb(66,246,2); }

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