Html Css Color HEX #42FB07 Harlequin

📋 copy color: '#42FB07'

red 66 ◦ green 251 ◦ blue 7

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

Shades of Harlequin #42FB07

Tints of Harlequin #42FB07

RGB

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

 GREEN value IS 251 (98.44% from 255) = 77.47%

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 20.37%
G = 77.47%
B = 2.16%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#42FB07 (or 0x42FB07) is known color: Harlequin. HEX triplet: 42, FB and 07. RGB value is (66,251,7). Sum of RGB (Red+Green+Blue) = 66+251+7=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 251 (98.44% from 255 or 77.47% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42FB07 is #BD04F8. Grayscale: #A8A8A8. Windows color (decimal): -12387577 or 523074. OLE color: 523074.

HSL color Cylindrical-coordinate representation of color #42FB07: hue angle of 105.49º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42FB07 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 251 7 -
CMYK 0.74 0 0.97 0.02
HSL 105.49º 0.97% 0.51% -
HSV(B) 105.49º 0.97% 0.98% -
XYZ 36.78 70.17 11.81 -
YUV 167.87 37.21 55.34 -
System Red Green Blue C M Y K H S L
Decimal 66 251 7 0.74 0 0.97 0.02 105.49 0.97 0.51
Hex 42 FB 7 4A 0 61 2 69 61 33
Octal 102 373 7 112 0 141 2 151 141 63
Binary 1000010 11111011 111 1001010 0 1100001 10 1101001 1100001 110011

Color Harmonies of #42FB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FB07

Black with #42FB07

Text Example


Text Example

White with #42FB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,251,7); }

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

background-color css

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

 a { background-color: rgb(66,251,7); }

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

border-color css

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

 span { border-color: rgb(66,251,7); }

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