Html Css Color HEX #42F310 Harlequin

📋 copy color: '#42F310'

red 66 ◦ green 243 ◦ blue 16

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

Shades of Harlequin #42F310

Tints of Harlequin #42F310

RGB

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

 GREEN value IS 243 (95.31% from 255) = 74.77%

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

R = 20.31%
G = 74.77%
B = 4.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#42F310 (or 0x42F310) is known color: Harlequin. HEX triplet: 42, F3 and 10. RGB value is (66,243,16). Sum of RGB (Red+Green+Blue) = 66+243+16=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 243 (95.31% from 255 or 74.77% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 243 - color contains mainly: green. Hex color #42F310 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F310 is #BD0CEF. Grayscale: #A4A4A4. Windows color (decimal): -12389616 or 1110850. OLE color: 1110850.

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

Color convert

RGB 66 243 16 -
CMYK 0.73 0 0.93 0.05
HSL 106.78º 0.9% 0.51% -
HSV(B) 106.78º 0.93% 0.95% -
XYZ 34.39 65.3 11.28 -
YUV 164.2 44.36 57.96 -
System Red Green Blue C M Y K H S L
Decimal 66 243 16 0.73 0 0.93 0.05 106.78 0.9 0.51
Hex 42 F3 10 49 0 5D 5 6B 5A 33
Octal 102 363 20 111 0 135 5 153 132 63
Binary 1000010 11110011 10000 1001001 0 1011101 101 1101011 1011010 110011

Color Harmonies of #42F310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F310

Black with #42F310

Text Example


Text Example

White with #42F310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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