Html Css Color HEX #42FA10 Harlequin

📋 copy color: '#42FA10'

red 66 ◦ green 250 ◦ blue 16

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

Shades of Harlequin #42FA10

Tints of Harlequin #42FA10

RGB

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

 GREEN value IS 250 (98.05% from 255) = 75.3%

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 19.88%
G = 75.3%
B = 4.82%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#42FA10 (or 0x42FA10) is known color: Harlequin. HEX triplet: 42, FA and 10. RGB value is (66,250,16). Sum of RGB (Red+Green+Blue) = 66+250+16=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 250 (98.05% from 255 or 75.30% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42FA10 is #BD05EF. Grayscale: #A9A9A9. Windows color (decimal): -12387824 or 1112642. OLE color: 1112642.

HSL color Cylindrical-coordinate representation of color #42FA10: hue angle of 107.18º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42FA10 is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 250 16 -
CMYK 0.74 0 0.94 0.02
HSL 107.18º 0.96% 0.52% -
HSV(B) 107.18º 0.94% 0.98% -
XYZ 36.53 69.57 11.99 -
YUV 168.31 42.04 55.03 -
System Red Green Blue C M Y K H S L
Decimal 66 250 16 0.74 0 0.94 0.02 107.18 0.96 0.52
Hex 42 FA 10 4A 0 5E 2 6B 60 34
Octal 102 372 20 112 0 136 2 153 140 64
Binary 1000010 11111010 10000 1001010 0 1011110 10 1101011 1100000 110100

Color Harmonies of #42FA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA10

Black with #42FA10

Text Example


Text Example

White with #42FA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,250,16); }

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

background-color css

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

 a { background-color: rgb(66,250,16); }

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

border-color css

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

 span { border-color: rgb(66,250,16); }

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