Html Css Color HEX #42F70D Harlequin

📋 copy color: '#42F70D'

red 66 ◦ green 247 ◦ blue 13

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

Shades of Harlequin #42F70D

Tints of Harlequin #42F70D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 75.77%

 BLUE value IS 13 (5.47% from 255) = 3.99%

R = 20.25%
G = 75.77%
B = 3.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#42F70D (or 0x42F70D) is known color: Harlequin. HEX triplet: 42, F7 and 0D. RGB value is (66,247,13). Sum of RGB (Red+Green+Blue) = 66+247+13=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 247 (96.88% from 255 or 75.77% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 247 - color contains mainly: green. Hex color #42F70D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F70D is #BD08F2. Grayscale: #A6A6A6. Windows color (decimal): -12388595 or 915266. OLE color: 915266.

HSL color Cylindrical-coordinate representation of color #42F70D: hue angle of 106.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42F70D is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 247 13 -
CMYK 0.73 0 0.95 0.03
HSL 106.41º 0.94% 0.51% -
HSV(B) 106.41º 0.95% 0.97% -
XYZ 35.58 67.71 11.57 -
YUV 166.21 41.53 56.53 -
System Red Green Blue C M Y K H S L
Decimal 66 247 13 0.73 0 0.95 0.03 106.41 0.94 0.51
Hex 42 F7 D 49 0 5F 3 6A 5E 33
Octal 102 367 15 111 0 137 3 152 136 63
Binary 1000010 11110111 1101 1001001 0 1011111 11 1101010 1011110 110011

Color Harmonies of #42F70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F70D

Black with #42F70D

Text Example


Text Example

White with #42F70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,247,13); }

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

background-color css

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

 a { background-color: rgb(66,247,13); }

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

border-color css

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

 span { border-color: rgb(66,247,13); }

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