Html Css Color HEX #42F215 Harlequin

📋 copy color: '#42F215'

red 66 ◦ green 242 ◦ blue 21

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

Shades of Harlequin #42F215

Tints of Harlequin #42F215

RGB

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

 GREEN value IS 242 (94.92% from 255) = 73.56%

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 20.06%
G = 73.56%
B = 6.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#42F215 (or 0x42F215) is known color: Harlequin. HEX triplet: 42, F2 and 15. RGB value is (66,242,21). Sum of RGB (Red+Green+Blue) = 66+242+21=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #42F215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F215 is #BD0DEA. Grayscale: #A4A4A4. Windows color (decimal): -12389867 or 1438274. OLE color: 1438274.

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

Color convert

RGB 66 242 21 -
CMYK 0.73 0 0.91 0.05
HSL 107.78º 0.89% 0.52% -
HSV(B) 107.78º 0.91% 0.95% -
XYZ 34.13 64.72 11.4 -
YUV 164.18 47.19 57.97 -
System Red Green Blue C M Y K H S L
Decimal 66 242 21 0.73 0 0.91 0.05 107.78 0.89 0.52
Hex 42 F2 15 49 0 5B 5 6C 59 34
Octal 102 362 25 111 0 133 5 154 131 64
Binary 1000010 11110010 10101 1001001 0 1011011 101 1101100 1011001 110100

Color Harmonies of #42F215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F215

Black with #42F215

Text Example


Text Example

White with #42F215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,242,21); }

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

background-color css

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

 a { background-color: rgb(66,242,21); }

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

border-color css

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

 span { border-color: rgb(66,242,21); }

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