Html Css Color HEX #42FD0D Harlequin

📋 copy color: '#42FD0D'

red 66 ◦ green 253 ◦ blue 13

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

Shades of Harlequin #42FD0D

Tints of Harlequin #42FD0D

RGB

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

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

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

R = 19.88%
G = 76.2%
B = 3.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#42FD0D (or 0x42FD0D) is known color: Harlequin. HEX triplet: 42, FD and 0D. RGB value is (66,253,13). Sum of RGB (Red+Green+Blue) = 66+253+13=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 253 (99.22% from 255 or 76.20% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42FD0D is #BD02F2. Grayscale: #AAAAAA. Windows color (decimal): -12387059 or 916802. OLE color: 916802.

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

Color convert

RGB 66 253 13 -
CMYK 0.74 0 0.95 0.01
HSL 106.75º 0.98% 0.52% -
HSV(B) 106.75º 0.95% 0.99% -
XYZ 37.44 71.44 12.2 -
YUV 169.73 39.55 54.01 -
System Red Green Blue C M Y K H S L
Decimal 66 253 13 0.74 0 0.95 0.01 106.75 0.98 0.52
Hex 42 FD D 4A 0 5F 1 6B 62 34
Octal 102 375 15 112 0 137 1 153 142 64
Binary 1000010 11111101 1101 1001010 0 1011111 1 1101011 1100010 110100

Color Harmonies of #42FD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FD0D

Black with #42FD0D

Text Example


Text Example

White with #42FD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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