Html Css Color HEX #42F200 Harlequin

📋 copy color: '#42F200'

red 66 ◦ green 242 ◦ blue 0

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

Shades of Harlequin #42F200

Tints of Harlequin #42F200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 78.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.43%
G = 78.57%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#42F200 (or 0x42F200) is known color: Harlequin. HEX triplet: 42, F2 and 00. RGB value is (66,242,0). Sum of RGB (Red+Green+Blue) = 66+242+0=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 242 (94.92% from 255 or 78.57% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 242 - color contains mainly: green. Hex color #42F200 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F200 is #BD0DFF. Grayscale: #A2A2A2. Windows color (decimal): -12389888 or 62018. OLE color: 62018.

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

Color convert

RGB 66 242 0 -
CMYK 0.73 0 1 0.05
HSL 103.64º 1% 0.47% -
HSV(B) 103.64º 1% 0.95% -
XYZ 34 64.66 10.69 -
YUV 161.79 36.69 59.68 -
System Red Green Blue C M Y K H S L
Decimal 66 242 0 0.73 0 1 0.05 103.64 1 0.47
Hex 42 F2 0 49 0 64 5 68 64 2F
Octal 102 362 0 111 0 144 5 150 144 57
Binary 1000010 11110010 0 1001001 0 1100100 101 1101000 1100100 101111

Color Harmonies of #42F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F200

Black with #42F200

Text Example


Text Example

White with #42F200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,242,0); }

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

background-color css

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

 a { background-color: rgb(66,242,0); }

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

border-color css

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

 span { border-color: rgb(66,242,0); }

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