Html Css Color HEX #42F126 Harlequin

📋 copy color: '#42F126'

red 66 ◦ green 241 ◦ blue 38

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

Shades of Harlequin #42F126

Tints of Harlequin #42F126

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.86%

 BLUE value IS 38 (15.23% from 255) = 11.01%

R = 19.13%
G = 69.86%
B = 11.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#42F126 (or 0x42F126) is known color: Harlequin. HEX triplet: 42, F1 and 26. RGB value is (66,241,38). Sum of RGB (Red+Green+Blue) = 66+241+38=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 241 (94.53% from 255 or 69.86% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 241 - color contains mainly: green. Hex color #42F126 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F126 is #BD0ED9. Grayscale: #A6A6A6. Windows color (decimal): -12390106 or 2552130. OLE color: 2552130.

HSL color Cylindrical-coordinate representation of color #42F126: hue angle of 111.72º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42F126 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 241 38 -
CMYK 0.73 0 0.84 0.05
HSL 111.72º 0.88% 0.55% -
HSV(B) 111.72º 0.84% 0.95% -
XYZ 34.05 64.21 12.43 -
YUV 165.53 56.02 57.01 -
System Red Green Blue C M Y K H S L
Decimal 66 241 38 0.73 0 0.84 0.05 111.72 0.88 0.55
Hex 42 F1 26 49 0 54 5 70 58 37
Octal 102 361 46 111 0 124 5 160 130 67
Binary 1000010 11110001 100110 1001001 0 1010100 101 1110000 1011000 110111

Color Harmonies of #42F126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F126

Black with #42F126

Text Example


Text Example

White with #42F126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,241,38); }

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

background-color css

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

 a { background-color: rgb(66,241,38); }

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

border-color css

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

 span { border-color: rgb(66,241,38); }

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