Html Css Color HEX #42E308 Harlequin

📋 copy color: '#42E308'

red 66 ◦ green 227 ◦ blue 8

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

Shades of Harlequin #42E308

Tints of Harlequin #42E308

RGB

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

 GREEN value IS 227 (89.06% from 255) = 75.42%

 BLUE value IS 8 (3.52% from 255) = 2.66%

R = 21.93%
G = 75.42%
B = 2.66%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#42E308 (or 0x42E308) is known color: Harlequin. HEX triplet: 42, E3 and 08. RGB value is (66,227,8). Sum of RGB (Red+Green+Blue) = 66+227+8=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 227 (89.06% from 255 or 75.42% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 227 - color contains mainly: green. Hex color #42E308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E308 is #BD1CF7. Grayscale: #9A9A9A. Windows color (decimal): -12393720 or 582466. OLE color: 582466.

HSL color Cylindrical-coordinate representation of color #42E308: hue angle of 104.11º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42E308 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 227 8 -
CMYK 0.71 0 0.96 0.11
HSL 104.11º 0.93% 0.46% -
HSV(B) 104.11º 0.96% 0.89% -
XYZ 29.76 56.11 9.49 -
YUV 153.9 45.66 65.31 -
System Red Green Blue C M Y K H S L
Decimal 66 227 8 0.71 0 0.96 0.11 104.11 0.93 0.46
Hex 42 E3 8 47 0 60 B 68 5D 2E
Octal 102 343 10 107 0 140 13 150 135 56
Binary 1000010 11100011 1000 1000111 0 1100000 1011 1101000 1011101 101110

Color Harmonies of #42E308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E308

Black with #42E308

Text Example


Text Example

White with #42E308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,227,8); }

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

background-color css

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

 a { background-color: rgb(66,227,8); }

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

border-color css

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

 span { border-color: rgb(66,227,8); }

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