Html Css Color HEX #42FA28 Harlequin

📋 copy color: '#42FA28'

red 66 ◦ green 250 ◦ blue 40

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

Shades of Harlequin #42FA28

Tints of Harlequin #42FA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.24%

R = 18.54%
G = 70.22%
B = 11.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#42FA28 (or 0x42FA28) is known color: Harlequin. HEX triplet: 42, FA and 28. RGB value is (66,250,40). Sum of RGB (Red+Green+Blue) = 66+250+40=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 250 (98.05% from 255 or 70.22% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42FA28 is #BD05D7. Grayscale: #ABABAB. Windows color (decimal): -12387800 or 2685506. OLE color: 2685506.

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

Color convert

RGB 66 250 40 -
CMYK 0.74 0 0.84 0.02
HSL 112.57º 0.95% 0.57% -
HSV(B) 112.57º 0.84% 0.98% -
XYZ 36.82 69.68 13.52 -
YUV 171.04 54.04 53.08 -
System Red Green Blue C M Y K H S L
Decimal 66 250 40 0.74 0 0.84 0.02 112.57 0.95 0.57
Hex 42 FA 28 4A 0 54 2 71 5F 39
Octal 102 372 50 112 0 124 2 161 137 71
Binary 1000010 11111010 101000 1001010 0 1010100 10 1110001 1011111 111001

Color Harmonies of #42FA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FA28

Black with #42FA28

Text Example


Text Example

White with #42FA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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