Html Css Color HEX #42F62B Harlequin

📋 copy color: '#42F62B'

red 66 ◦ green 246 ◦ blue 43

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

Shades of Harlequin #42F62B

Tints of Harlequin #42F62B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 69.3%

 BLUE value IS 43 (17.19% from 255) = 12.11%

R = 18.59%
G = 69.3%
B = 12.11%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#42F62B (or 0x42F62B) is known color: Harlequin. HEX triplet: 42, F6 and 2B. RGB value is (66,246,43). Sum of RGB (Red+Green+Blue) = 66+246+43=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 246 (96.48% from 255 or 69.30% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 246 - color contains mainly: green. Hex color #42F62B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F62B is #BD09D4. Grayscale: #A9A9A9. Windows color (decimal): -12388821 or 2881090. OLE color: 2881090.

HSL color Cylindrical-coordinate representation of color #42F62B: hue angle of 113.2º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42F62B is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 66 246 43 -
CMYK 0.73 0 0.83 0.04
HSL 113.2º 0.92% 0.57% -
HSV(B) 113.2º 0.83% 0.96% -
XYZ 35.64 67.24 13.39 -
YUV 169.04 56.87 54.51 -
System Red Green Blue C M Y K H S L
Decimal 66 246 43 0.73 0 0.83 0.04 113.2 0.92 0.57
Hex 42 F6 2B 49 0 53 4 71 5C 39
Octal 102 366 53 111 0 123 4 161 134 71
Binary 1000010 11110110 101011 1001001 0 1010011 100 1110001 1011100 111001

Color Harmonies of #42F62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F62B

Black with #42F62B

Text Example


Text Example

White with #42F62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,246,43); }

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

background-color css

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

 a { background-color: rgb(66,246,43); }

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

border-color css

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

 span { border-color: rgb(66,246,43); }

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