Html Css Color HEX #42F51B Harlequin

📋 copy color: '#42F51B'

red 66 ◦ green 245 ◦ blue 27

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

Shades of Harlequin #42F51B

Tints of Harlequin #42F51B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 72.49%

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

R = 19.53%
G = 72.49%
B = 7.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#42F51B (or 0x42F51B) is known color: Harlequin. HEX triplet: 42, F5 and 1B. RGB value is (66,245,27). Sum of RGB (Red+Green+Blue) = 66+245+27=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 245 (96.09% from 255 or 72.49% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 245 - color contains mainly: green. Hex color #42F51B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42F51B is #BD0AE4. Grayscale: #A7A7A7. Windows color (decimal): -12389093 or 1832258. OLE color: 1832258.

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

Color convert

RGB 66 245 27 -
CMYK 0.73 0 0.89 0.04
HSL 109.27º 0.92% 0.53% -
HSV(B) 109.27º 0.89% 0.96% -
XYZ 35.1 66.54 12.03 -
YUV 166.63 49.2 56.23 -
System Red Green Blue C M Y K H S L
Decimal 66 245 27 0.73 0 0.89 0.04 109.27 0.92 0.53
Hex 42 F5 1B 49 0 59 4 6D 5C 35
Octal 102 365 33 111 0 131 4 155 134 65
Binary 1000010 11110101 11011 1001001 0 1011001 100 1101101 1011100 110101

Color Harmonies of #42F51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F51B

Black with #42F51B

Text Example


Text Example

White with #42F51B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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