Html Css Color HEX #42F700 Harlequin

📋 copy color: '#42F700'

red 66 ◦ green 247 ◦ blue 0

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

Shades of Harlequin #42F700

Tints of Harlequin #42F700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 78.91%

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

R = 21.09%
G = 78.91%
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

#42F700 (or 0x42F700) is known color: Harlequin. HEX triplet: 42, F7 and 00. RGB value is (66,247,0). Sum of RGB (Red+Green+Blue) = 66+247+0=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 247 (96.88% from 255 or 78.91% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 247 - color contains mainly: green. Hex color #42F700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F700 is #BD08FF. Grayscale: #A5A5A5. Windows color (decimal): -12388608 or 63298. OLE color: 63298.

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

Color convert

RGB 66 247 0 -
CMYK 0.73 0 1 0.03
HSL 103.97º 1% 0.48% -
HSV(B) 103.97º 1% 0.97% -
XYZ 35.51 67.68 11.19 -
YUV 164.72 35.03 57.58 -
System Red Green Blue C M Y K H S L
Decimal 66 247 0 0.73 0 1 0.03 103.97 1 0.48
Hex 42 F7 0 49 0 64 3 68 64 30
Octal 102 367 0 111 0 144 3 150 144 60
Binary 1000010 11110111 0 1001001 0 1100100 11 1101000 1100100 110000

Color Harmonies of #42F700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F700

Black with #42F700

Text Example


Text Example

White with #42F700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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