Html Css Color HEX #42FD13 Harlequin

📋 copy color: '#42FD13'

red 66 ◦ green 253 ◦ blue 19

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

Shades of Harlequin #42FD13

Tints of Harlequin #42FD13

RGB

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

 GREEN value IS 253 (99.22% from 255) = 74.85%

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

R = 19.53%
G = 74.85%
B = 5.62%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#42FD13 (or 0x42FD13) is known color: Harlequin. HEX triplet: 42, FD and 13. RGB value is (66,253,19). Sum of RGB (Red+Green+Blue) = 66+253+19=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 253 (99.22% from 255 or 74.85% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42FD13 is #BD02EC. Grayscale: #ABABAB. Windows color (decimal): -12387053 or 1310018. OLE color: 1310018.

HSL color Cylindrical-coordinate representation of color #42FD13: hue angle of 107.95º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42FD13 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 253 19 -
CMYK 0.74 0 0.92 0.01
HSL 107.95º 0.98% 0.53% -
HSV(B) 107.95º 0.92% 0.99% -
XYZ 37.49 71.46 12.43 -
YUV 170.41 42.55 53.53 -
System Red Green Blue C M Y K H S L
Decimal 66 253 19 0.74 0 0.92 0.01 107.95 0.98 0.53
Hex 42 FD 13 4A 0 5C 1 6C 62 35
Octal 102 375 23 112 0 134 1 154 142 65
Binary 1000010 11111101 10011 1001010 0 1011100 1 1101100 1100010 110101

Color Harmonies of #42FD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FD13

Black with #42FD13

Text Example


Text Example

White with #42FD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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