Html Css Color HEX #4AE61B Harlequin

📋 copy color: '#4AE61B'

red 74 ◦ green 230 ◦ blue 27

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

Shades of Harlequin #4AE61B

Tints of Harlequin #4AE61B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 69.49%

 BLUE value IS 27 (10.94% from 255) = 8.16%

R = 22.36%
G = 69.49%
B = 8.16%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#4AE61B (or 0x4AE61B) is known color: Harlequin. HEX triplet: 4A, E6 and 1B. RGB value is (74,230,27). Sum of RGB (Red+Green+Blue) = 74+230+27=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 230 (90.23% from 255 or 69.49% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE61B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE61B is #B519E4. Grayscale: #A0A0A0. Windows color (decimal): -11868645 or 1828426. OLE color: 1828426.

HSL color Cylindrical-coordinate representation of color #4AE61B: hue angle of 106.11º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AE61B is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 74 230 27 -
CMYK 0.68 0 0.88 0.10
HSL 106.11º 0.8% 0.5% -
HSV(B) 106.11º 0.88% 0.9% -
XYZ 31.32 58.13 10.61 -
YUV 160.21 52.82 66.51 -
System Red Green Blue C M Y K H S L
Decimal 74 230 27 0.68 0 0.88 0.10 106.11 0.8 0.5
Hex 4A E6 1B 44 0 58 A 6A 50 32
Octal 112 346 33 104 0 130 12 152 120 62
Binary 1001010 11100110 11011 1000100 0 1011000 1010 1101010 1010000 110010

Color Harmonies of #4AE61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE61B

Black with #4AE61B

Text Example


Text Example

White with #4AE61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,230,27); }

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

background-color css

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

 a { background-color: rgb(74,230,27); }

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

border-color css

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

 span { border-color: rgb(74,230,27); }

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