Html Css Color HEX #4AF102 Harlequin

📋 copy color: '#4AF102'

red 74 ◦ green 241 ◦ blue 2

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

Shades of Harlequin #4AF102

Tints of Harlequin #4AF102

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.03%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 23.34%
G = 76.03%
B = 0.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#4AF102 (or 0x4AF102) is known color: Harlequin. HEX triplet: 4A, F1 and 02. RGB value is (74,241,2). Sum of RGB (Red+Green+Blue) = 74+241+2=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 241 (94.53% from 255 or 76.03% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF102 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF102 is #B50EFD. Grayscale: #A4A4A4. Windows color (decimal): -11865854 or 192842. OLE color: 192842.

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

Color convert

RGB 74 241 2 -
CMYK 0.69 0 0.99 0.05
HSL 101.92º 0.98% 0.48% -
HSV(B) 101.92º 0.99% 0.95% -
XYZ 34.29 64.37 10.67 -
YUV 163.82 36.67 63.93 -
System Red Green Blue C M Y K H S L
Decimal 74 241 2 0.69 0 0.99 0.05 101.92 0.98 0.48
Hex 4A F1 2 45 0 63 5 66 62 30
Octal 112 361 2 105 0 143 5 146 142 60
Binary 1001010 11110001 10 1000101 0 1100011 101 1100110 1100010 110000

Color Harmonies of #4AF102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF102

Black with #4AF102

Text Example


Text Example

White with #4AF102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,241,2); }

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

background-color css

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

 a { background-color: rgb(74,241,2); }

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

border-color css

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

 span { border-color: rgb(74,241,2); }

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