Html Css Color HEX #42F125 Harlequin

📋 copy color: '#42F125'

red 66 ◦ green 241 ◦ blue 37

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

Shades of Harlequin #42F125

Tints of Harlequin #42F125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.76%

R = 19.19%
G = 70.06%
B = 10.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#42F125 (or 0x42F125) is known color: Harlequin. HEX triplet: 42, F1 and 25. RGB value is (66,241,37). Sum of RGB (Red+Green+Blue) = 66+241+37=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #42F125 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F125 is #BD0EDA. Grayscale: #A6A6A6. Windows color (decimal): -12390107 or 2486594. OLE color: 2486594.

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

Color convert

RGB 66 241 37 -
CMYK 0.73 0 0.85 0.05
HSL 111.47º 0.88% 0.55% -
HSV(B) 111.47º 0.85% 0.95% -
XYZ 34.04 64.2 12.35 -
YUV 165.42 55.52 57.09 -
System Red Green Blue C M Y K H S L
Decimal 66 241 37 0.73 0 0.85 0.05 111.47 0.88 0.55
Hex 42 F1 25 49 0 55 5 6F 58 37
Octal 102 361 45 111 0 125 5 157 130 67
Binary 1000010 11110001 100101 1001001 0 1010101 101 1101111 1011000 110111

Color Harmonies of #42F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F125

Black with #42F125

Text Example


Text Example

White with #42F125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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