Html Css Color HEX #42E61B Harlequin

📋 copy color: '#42E61B'

red 66 ◦ green 230 ◦ blue 27

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

Shades of Harlequin #42E61B

Tints of Harlequin #42E61B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 71.21%

 BLUE value IS 27 (10.94% from 255) = 8.36%

R = 20.43%
G = 71.21%
B = 8.36%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#42E61B (or 0x42E61B) is known color: Harlequin. HEX triplet: 42, E6 and 1B. RGB value is (66,230,27). Sum of RGB (Red+Green+Blue) = 66+230+27=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 230 (90.23% from 255 or 71.21% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 230 - color contains mainly: green. Hex color #42E61B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E61B is #BD19E4. Grayscale: #9E9E9E. Windows color (decimal): -12392933 or 1828418. OLE color: 1828418.

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

Color convert

RGB 66 230 27 -
CMYK 0.71 0 0.88 0.10
HSL 108.47º 0.8% 0.5% -
HSV(B) 108.47º 0.88% 0.9% -
XYZ 30.74 57.83 10.58 -
YUV 157.82 54.17 62.51 -
System Red Green Blue C M Y K H S L
Decimal 66 230 27 0.71 0 0.88 0.10 108.47 0.8 0.5
Hex 42 E6 1B 47 0 58 A 6C 50 32
Octal 102 346 33 107 0 130 12 154 120 62
Binary 1000010 11100110 11011 1000111 0 1011000 1010 1101100 1010000 110010

Color Harmonies of #42E61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E61B

Black with #42E61B

Text Example


Text Example

White with #42E61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,230,27); }

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

background-color css

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

 a { background-color: rgb(66,230,27); }

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

border-color css

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

 span { border-color: rgb(66,230,27); }

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