Html Css Color HEX #42E90E Harlequin

📋 copy color: '#42E90E'

red 66 ◦ green 233 ◦ blue 14

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

Shades of Harlequin #42E90E

Tints of Harlequin #42E90E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 74.44%

 BLUE value IS 14 (5.86% from 255) = 4.47%

R = 21.09%
G = 74.44%
B = 4.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#42E90E (or 0x42E90E) is known color: Harlequin. HEX triplet: 42, E9 and 0E. RGB value is (66,233,14). Sum of RGB (Red+Green+Blue) = 66+233+14=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 233 (91.41% from 255 or 74.44% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 233 - color contains mainly: green. Hex color #42E90E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E90E is #BD16F1. Grayscale: #9E9E9E. Windows color (decimal): -12392178 or 977218. OLE color: 977218.

HSL color Cylindrical-coordinate representation of color #42E90E: hue angle of 105.75º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42E90E is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 233 14 -
CMYK 0.72 0 0.94 0.09
HSL 105.75º 0.89% 0.48% -
HSV(B) 105.75º 0.94% 0.91% -
XYZ 31.46 59.47 10.24 -
YUV 158.1 46.67 62.31 -
System Red Green Blue C M Y K H S L
Decimal 66 233 14 0.72 0 0.94 0.09 105.75 0.89 0.48
Hex 42 E9 E 48 0 5E 9 6A 59 30
Octal 102 351 16 110 0 136 11 152 131 60
Binary 1000010 11101001 1110 1001000 0 1011110 1001 1101010 1011001 110000

Color Harmonies of #42E90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E90E

Black with #42E90E

Text Example


Text Example

White with #42E90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,233,14); }

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

background-color css

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

 a { background-color: rgb(66,233,14); }

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

border-color css

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

 span { border-color: rgb(66,233,14); }

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