Html Css Color HEX #42F800 Harlequin

📋 copy color: '#42F800'

red 66 ◦ green 248 ◦ blue 0

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

Shades of Harlequin #42F800

Tints of Harlequin #42F800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 78.98%

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

R = 21.02%
G = 78.98%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#42F800 (or 0x42F800) is known color: Harlequin. HEX triplet: 42, F8 and 00. RGB value is (66,248,0). Sum of RGB (Red+Green+Blue) = 66+248+0=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 248 (97.27% from 255 or 78.98% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 248 - color contains mainly: green. Hex color #42F800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F800 is #BD07FF. Grayscale: #A6A6A6. Windows color (decimal): -12388352 or 63554. OLE color: 63554.

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

Color convert

RGB 66 248 0 -
CMYK 0.73 0 1 0.03
HSL 104.03º 1% 0.49% -
HSV(B) 104.03º 1% 0.97% -
XYZ 35.81 68.29 11.29 -
YUV 165.31 34.7 57.17 -
System Red Green Blue C M Y K H S L
Decimal 66 248 0 0.73 0 1 0.03 104.03 1 0.49
Hex 42 F8 0 49 0 64 3 68 64 31
Octal 102 370 0 111 0 144 3 150 144 61
Binary 1000010 11111000 0 1001001 0 1100100 11 1101000 1100100 110001

Color Harmonies of #42F800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F800

Black with #42F800

Text Example


Text Example

White with #42F800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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