Html Css Color HEX #42F315 Harlequin

📋 copy color: '#42F315'

red 66 ◦ green 243 ◦ blue 21

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

Shades of Harlequin #42F315

Tints of Harlequin #42F315

RGB

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

 GREEN value IS 243 (95.31% from 255) = 73.64%

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

R = 20%
G = 73.64%
B = 6.36%

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

#42F315 (or 0x42F315) is known color: Harlequin. HEX triplet: 42, F3 and 15. RGB value is (66,243,21). Sum of RGB (Red+Green+Blue) = 66+243+21=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 243 (95.31% from 255 or 73.64% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 243 - color contains mainly: green. Hex color #42F315 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F315 is #BD0CEA. Grayscale: #A5A5A5. Windows color (decimal): -12389611 or 1438530. OLE color: 1438530.

HSL color Cylindrical-coordinate representation of color #42F315: hue angle of 107.84º degrees, saturation: 0.9, 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 #42F315 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 243 21 -
CMYK 0.73 0 0.91 0.05
HSL 107.84º 0.9% 0.52% -
HSV(B) 107.84º 0.91% 0.95% -
XYZ 34.43 65.31 11.5 -
YUV 164.77 46.86 57.55 -
System Red Green Blue C M Y K H S L
Decimal 66 243 21 0.73 0 0.91 0.05 107.84 0.9 0.52
Hex 42 F3 15 49 0 5B 5 6C 5A 34
Octal 102 363 25 111 0 133 5 154 132 64
Binary 1000010 11110011 10101 1001001 0 1011011 101 1101100 1011010 110100

Color Harmonies of #42F315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F315

Black with #42F315

Text Example


Text Example

White with #42F315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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