Html Css Color HEX #46F526 Harlequin

📋 copy color: '#46F526'

red 70 ◦ green 245 ◦ blue 38

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

Shades of Harlequin #46F526

Tints of Harlequin #46F526

RGB

 RED value IS 70 (27.73% from 255) = 19.83%

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

 BLUE value IS 38 (15.23% from 255) = 10.76%

R = 19.83%
G = 69.41%
B = 10.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#46F526 (or 0x46F526) is known color: Harlequin. HEX triplet: 46, F5 and 26. RGB value is (70,245,38). Sum of RGB (Red+Green+Blue) = 70+245+38=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 245 (96.09% from 255 or 69.41% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 245 - color contains mainly: green. Hex color #46F526 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F526 is #B90AD9. Grayscale: #A9A9A9. Windows color (decimal): -12126938 or 2553158. OLE color: 2553158.

HSL color Cylindrical-coordinate representation of color #46F526: hue angle of 110.72º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46F526 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 245 38 -
CMYK 0.71 0 0.84 0.04
HSL 110.72º 0.91% 0.55% -
HSV(B) 110.72º 0.84% 0.96% -
XYZ 35.53 66.75 12.84 -
YUV 169.08 54.02 57.33 -
System Red Green Blue C M Y K H S L
Decimal 70 245 38 0.71 0 0.84 0.04 110.72 0.91 0.55
Hex 46 F5 26 47 0 54 4 6F 5B 37
Octal 106 365 46 107 0 124 4 157 133 67
Binary 1000110 11110101 100110 1000111 0 1010100 100 1101111 1011011 110111

Color Harmonies of #46F526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F526

Black with #46F526

Text Example


Text Example

White with #46F526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46F526; }

 p { color: rgb(70,245,38); }

 H1.HeaderClassName
 {
   color: #46F526;
 }
 .AnyTagClassName
 {
   color: #46F526;
 }
</style>

background-color css

<style>
 a { background-color: #46F526; }

 a { background-color: rgb(70,245,38); }

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

border-color css

<style>
 span { border-color: #46F526; }

 span { border-color: rgb(70,245,38); }

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