Html Css Color HEX #42ED06 Harlequin

📋 copy color: '#42ED06'

red 66 ◦ green 237 ◦ blue 6

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

Shades of Harlequin #42ED06

Tints of Harlequin #42ED06

RGB

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

 GREEN value IS 237 (92.97% from 255) = 76.7%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 21.36%
G = 76.7%
B = 1.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#42ED06 (or 0x42ED06) is known color: Harlequin. HEX triplet: 42, ED and 06. RGB value is (66,237,6). Sum of RGB (Red+Green+Blue) = 66+237+6=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 237 (92.97% from 255 or 76.70% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42ED06 is #BD12F9. Grayscale: #A0A0A0. Windows color (decimal): -12391162 or 453954. OLE color: 453954.

HSL color Cylindrical-coordinate representation of color #42ED06: hue angle of 104.42º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42ED06 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 237 6 -
CMYK 0.72 0 0.97 0.07
HSL 104.42º 0.95% 0.48% -
HSV(B) 104.42º 0.97% 0.93% -
XYZ 32.56 61.74 10.37 -
YUV 159.54 41.35 61.28 -
System Red Green Blue C M Y K H S L
Decimal 66 237 6 0.72 0 0.97 0.07 104.42 0.95 0.48
Hex 42 ED 6 48 0 61 7 68 5F 30
Octal 102 355 6 110 0 141 7 150 137 60
Binary 1000010 11101101 110 1001000 0 1100001 111 1101000 1011111 110000

Color Harmonies of #42ED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ED06

Black with #42ED06

Text Example


Text Example

White with #42ED06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,237,6); }

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

background-color css

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

 a { background-color: rgb(66,237,6); }

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

border-color css

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

 span { border-color: rgb(66,237,6); }

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