Html Css Color HEX #42FA1B Harlequin

📋 copy color: '#42FA1B'

red 66 ◦ green 250 ◦ blue 27

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

Shades of Harlequin #42FA1B

Tints of Harlequin #42FA1B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 72.89%

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

R = 19.24%
G = 72.89%
B = 7.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#42FA1B (or 0x42FA1B) is known color: Harlequin. HEX triplet: 42, FA and 1B. RGB value is (66,250,27). Sum of RGB (Red+Green+Blue) = 66+250+27=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 250 (98.05% from 255 or 72.89% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA1B is #BD05E4. Grayscale: #AAAAAA. Windows color (decimal): -12387813 or 1833538. OLE color: 1833538.

HSL color Cylindrical-coordinate representation of color #42FA1B: hue angle of 109.51º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42FA1B is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 250 27 -
CMYK 0.74 0 0.89 0.02
HSL 109.51º 0.96% 0.54% -
HSV(B) 109.51º 0.89% 0.98% -
XYZ 36.63 69.61 12.54 -
YUV 169.56 47.54 54.13 -
System Red Green Blue C M Y K H S L
Decimal 66 250 27 0.74 0 0.89 0.02 109.51 0.96 0.54
Hex 42 FA 1B 4A 0 59 2 6E 60 36
Octal 102 372 33 112 0 131 2 156 140 66
Binary 1000010 11111010 11011 1001010 0 1011001 10 1101110 1100000 110110

Color Harmonies of #42FA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA1B

Black with #42FA1B

Text Example


Text Example

White with #42FA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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