Html Css Color HEX #42F513 Harlequin

📋 copy color: '#42F513'

red 66 ◦ green 245 ◦ blue 19

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

Shades of Harlequin #42F513

Tints of Harlequin #42F513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.76%

R = 20%
G = 74.24%
B = 5.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#42F513 (or 0x42F513) is known color: Harlequin. HEX triplet: 42, F5 and 13. RGB value is (66,245,19). Sum of RGB (Red+Green+Blue) = 66+245+19=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 245 (96.09% from 255 or 74.24% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 245 - color contains mainly: green. Hex color #42F513 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F513 is #BD0AEC. Grayscale: #A6A6A6. Windows color (decimal): -12389101 or 1307970. OLE color: 1307970.

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

Color convert

RGB 66 245 19 -
CMYK 0.73 0 0.92 0.04
HSL 107.52º 0.92% 0.52% -
HSV(B) 107.52º 0.92% 0.96% -
XYZ 35.02 66.51 11.61 -
YUV 165.72 45.2 56.88 -
System Red Green Blue C M Y K H S L
Decimal 66 245 19 0.73 0 0.92 0.04 107.52 0.92 0.52
Hex 42 F5 13 49 0 5C 4 6C 5C 34
Octal 102 365 23 111 0 134 4 154 134 64
Binary 1000010 11110101 10011 1001001 0 1011100 100 1101100 1011100 110100

Color Harmonies of #42F513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F513

Black with #42F513

Text Example


Text Example

White with #42F513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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