Html Css Color HEX #4AF027 Harlequin

📋 copy color: '#4AF027'

red 74 ◦ green 240 ◦ blue 39

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

Shades of Harlequin #4AF027

Tints of Harlequin #4AF027

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.99%

 BLUE value IS 39 (15.63% from 255) = 11.05%

R = 20.96%
G = 67.99%
B = 11.05%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#4AF027 (or 0x4AF027) is known color: Harlequin. HEX triplet: 4A, F0 and 27. RGB value is (74,240,39). Sum of RGB (Red+Green+Blue) = 74+240+39=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF027 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF027 is #B50FD8. Grayscale: #A8A8A8. Windows color (decimal): -11866073 or 2617418. OLE color: 2617418.

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

Color convert

RGB 74 240 39 -
CMYK 0.69 0 0.84 0.06
HSL 109.55º 0.87% 0.55% -
HSV(B) 109.55º 0.84% 0.94% -
XYZ 34.35 63.92 12.45 -
YUV 167.45 55.5 61.34 -
System Red Green Blue C M Y K H S L
Decimal 74 240 39 0.69 0 0.84 0.06 109.55 0.87 0.55
Hex 4A F0 27 45 0 54 6 6E 57 37
Octal 112 360 47 105 0 124 6 156 127 67
Binary 1001010 11110000 100111 1000101 0 1010100 110 1101110 1010111 110111

Color Harmonies of #4AF027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF027

Black with #4AF027

Text Example


Text Example

White with #4AF027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,39); }

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

background-color css

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

 a { background-color: rgb(74,240,39); }

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

border-color css

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

 span { border-color: rgb(74,240,39); }

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