Html Css Color HEX #4AEF08 Harlequin

📋 copy color: '#4AEF08'

red 74 ◦ green 239 ◦ blue 8

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

Shades of Harlequin #4AEF08

Tints of Harlequin #4AEF08

RGB

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

 GREEN value IS 239 (93.75% from 255) = 74.45%

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 23.05%
G = 74.45%
B = 2.49%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#4AEF08 (or 0x4AEF08) is known color: Harlequin. HEX triplet: 4A, EF and 08. RGB value is (74,239,8). Sum of RGB (Red+Green+Blue) = 74+239+8=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 239 (93.75% from 255 or 74.45% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEF08 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AEF08 is #B510F7. Grayscale: #A4A4A4. Windows color (decimal): -11866360 or 585546. OLE color: 585546.

HSL color Cylindrical-coordinate representation of color #4AEF08: hue angle of 102.86º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4AEF08 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 239 8 -
CMYK 0.69 0 0.97 0.06
HSL 102.86º 0.94% 0.48% -
HSV(B) 102.86º 0.97% 0.94% -
XYZ 33.73 63.21 10.65 -
YUV 163.33 40.34 64.28 -
System Red Green Blue C M Y K H S L
Decimal 74 239 8 0.69 0 0.97 0.06 102.86 0.94 0.48
Hex 4A EF 8 45 0 61 6 67 5E 30
Octal 112 357 10 105 0 141 6 147 136 60
Binary 1001010 11101111 1000 1000101 0 1100001 110 1100111 1011110 110000

Color Harmonies of #4AEF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AEF08

Black with #4AEF08

Text Example


Text Example

White with #4AEF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,239,8); }

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

background-color css

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

 a { background-color: rgb(74,239,8); }

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

border-color css

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

 span { border-color: rgb(74,239,8); }

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