Html Css Color HEX #4AF106 Harlequin

📋 copy color: '#4AF106'

red 74 ◦ green 241 ◦ blue 6

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

Shades of Harlequin #4AF106

Tints of Harlequin #4AF106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.87%

R = 23.05%
G = 75.08%
B = 1.87%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#4AF106 (or 0x4AF106) is known color: Harlequin. HEX triplet: 4A, F1 and 06. RGB value is (74,241,6). Sum of RGB (Red+Green+Blue) = 74+241+6=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #4AF106 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AF106 is #B50EF9. Grayscale: #A5A5A5. Windows color (decimal): -11865850 or 454986. OLE color: 454986.

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

Color convert

RGB 74 241 6 -
CMYK 0.69 0 0.98 0.05
HSL 102.64º 0.95% 0.48% -
HSV(B) 102.64º 0.98% 0.95% -
XYZ 34.31 64.38 10.79 -
YUV 164.28 38.67 63.61 -
System Red Green Blue C M Y K H S L
Decimal 74 241 6 0.69 0 0.98 0.05 102.64 0.95 0.48
Hex 4A F1 6 45 0 62 5 67 5F 30
Octal 112 361 6 105 0 142 5 147 137 60
Binary 1001010 11110001 110 1000101 0 1100010 101 1100111 1011111 110000

Color Harmonies of #4AF106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF106

Black with #4AF106

Text Example


Text Example

White with #4AF106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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