Html Css Color HEX #4AF527 Harlequin

📋 copy color: '#4AF527'

red 74 ◦ green 245 ◦ blue 39

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

Shades of Harlequin #4AF527

Tints of Harlequin #4AF527

RGB

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

 GREEN value IS 245 (96.09% from 255) = 68.44%

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

R = 20.67%
G = 68.44%
B = 10.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#4AF527 (or 0x4AF527) is known color: Harlequin. HEX triplet: 4A, F5 and 27. RGB value is (74,245,39). Sum of RGB (Red+Green+Blue) = 74+245+39=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 245 (96.09% from 255 or 68.44% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 245 - color contains mainly: green. Hex color #4AF527 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF527 is #B50AD8. Grayscale: #ABABAB. Windows color (decimal): -11864793 or 2618698. OLE color: 2618698.

HSL color Cylindrical-coordinate representation of color #4AF527: hue angle of 109.81º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AF527 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 74 245 39 -
CMYK 0.70 0 0.84 0.04
HSL 109.81º 0.91% 0.56% -
HSV(B) 109.81º 0.84% 0.96% -
XYZ 35.84 66.91 12.94 -
YUV 170.39 53.85 59.25 -
System Red Green Blue C M Y K H S L
Decimal 74 245 39 0.70 0 0.84 0.04 109.81 0.91 0.56
Hex 4A F5 27 46 0 54 4 6E 5B 38
Octal 112 365 47 106 0 124 4 156 133 70
Binary 1001010 11110101 100111 1000110 0 1010100 100 1101110 1011011 111000

Color Harmonies of #4AF527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF527

Black with #4AF527

Text Example


Text Example

White with #4AF527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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