Html Css Color HEX #4AF227 Harlequin

📋 copy color: '#4AF227'

red 74 ◦ green 242 ◦ blue 39

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

Shades of Harlequin #4AF227

Tints of Harlequin #4AF227

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.17%

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

R = 20.85%
G = 68.17%
B = 10.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#4AF227 (or 0x4AF227) is known color: Harlequin. HEX triplet: 4A, F2 and 27. RGB value is (74,242,39). Sum of RGB (Red+Green+Blue) = 74+242+39=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 242 (94.92% from 255 or 68.17% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 242 - color contains mainly: green. Hex color #4AF227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF227 is #B50DD8. Grayscale: #A9A9A9. Windows color (decimal): -11865561 or 2617930. OLE color: 2617930.

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

Color convert

RGB 74 242 39 -
CMYK 0.69 0 0.84 0.05
HSL 109.66º 0.89% 0.55% -
HSV(B) 109.66º 0.84% 0.95% -
XYZ 34.94 65.11 12.64 -
YUV 168.63 54.84 60.51 -
System Red Green Blue C M Y K H S L
Decimal 74 242 39 0.69 0 0.84 0.05 109.66 0.89 0.55
Hex 4A F2 27 45 0 54 5 6E 59 37
Octal 112 362 47 105 0 124 5 156 131 67
Binary 1001010 11110010 100111 1000101 0 1010100 101 1101110 1011001 110111

Color Harmonies of #4AF227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF227

Black with #4AF227

Text Example


Text Example

White with #4AF227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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