Html Css Color HEX #42E510 Harlequin

📋 copy color: '#42E510'

red 66 ◦ green 229 ◦ blue 16

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

Shades of Harlequin #42E510

Tints of Harlequin #42E510

RGB

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

 GREEN value IS 229 (89.84% from 255) = 73.63%

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

R = 21.22%
G = 73.63%
B = 5.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#42E510 (or 0x42E510) is known color: Harlequin. HEX triplet: 42, E5 and 10. RGB value is (66,229,16). Sum of RGB (Red+Green+Blue) = 66+229+16=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 229 (89.84% from 255 or 73.63% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 229 - color contains mainly: green. Hex color #42E510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E510 is #BD1AEF. Grayscale: #9C9C9C. Windows color (decimal): -12393200 or 1107266. OLE color: 1107266.

HSL color Cylindrical-coordinate representation of color #42E510: hue angle of 105.92º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42E510 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 229 16 -
CMYK 0.71 0 0.93 0.10
HSL 105.92º 0.87% 0.48% -
HSV(B) 105.92º 0.93% 0.9% -
XYZ 30.36 57.23 9.94 -
YUV 155.98 49 63.82 -
System Red Green Blue C M Y K H S L
Decimal 66 229 16 0.71 0 0.93 0.10 105.92 0.87 0.48
Hex 42 E5 10 47 0 5D A 6A 57 30
Octal 102 345 20 107 0 135 12 152 127 60
Binary 1000010 11100101 10000 1000111 0 1011101 1010 1101010 1010111 110000

Color Harmonies of #42E510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E510

Black with #42E510

Text Example


Text Example

White with #42E510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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