Html Css Color HEX #4AEB06 Harlequin

📋 copy color: '#4AEB06'

red 74 ◦ green 235 ◦ blue 6

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

Shades of Harlequin #4AEB06

Tints of Harlequin #4AEB06

RGB

 RED value IS 74 (29.3% from 255) = 23.49%

 GREEN value IS 235 (92.19% from 255) = 74.6%

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 23.49%
G = 74.6%
B = 1.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#4AEB06 (or 0x4AEB06) is known color: Harlequin. HEX triplet: 4A, EB and 06. RGB value is (74,235,6). Sum of RGB (Red+Green+Blue) = 74+235+6=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 235 (92.19% from 255 or 74.60% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 235 - color contains mainly: green. Hex color #4AEB06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEB06 is #B514F9. Grayscale: #A1A1A1. Windows color (decimal): -11867386 or 453450. OLE color: 453450.

HSL color Cylindrical-coordinate representation of color #4AEB06: hue angle of 102.18º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AEB06 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 235 6 -
CMYK 0.69 0 0.97 0.08
HSL 102.18º 0.95% 0.47% -
HSV(B) 102.18º 0.97% 0.92% -
XYZ 32.57 60.89 10.21 -
YUV 160.76 40.66 66.12 -
System Red Green Blue C M Y K H S L
Decimal 74 235 6 0.69 0 0.97 0.08 102.18 0.95 0.47
Hex 4A EB 6 45 0 61 8 66 5F 2F
Octal 112 353 6 105 0 141 10 146 137 57
Binary 1001010 11101011 110 1000101 0 1100001 1000 1100110 1011111 101111

Color Harmonies of #4AEB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEB06

Black with #4AEB06

Text Example


Text Example

White with #4AEB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AEB06; }

 p { color: rgb(74,235,6); }

 H1.HeaderClassName
 {
   color: #4AEB06;
 }
 .AnyTagClassName
 {
   color: #4AEB06;
 }
</style>

background-color css

<style>
 a { background-color: #4AEB06; }

 a { background-color: rgb(74,235,6); }

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

border-color css

<style>
 span { border-color: #4AEB06; }

 span { border-color: rgb(74,235,6); }

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