Html Css Color HEX #4AF926 Harlequin

📋 copy color: '#4AF926'

red 74 ◦ green 249 ◦ blue 38

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

Shades of Harlequin #4AF926

Tints of Harlequin #4AF926

RGB

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

 GREEN value IS 249 (97.66% from 255) = 68.98%

 BLUE value IS 38 (15.23% from 255) = 10.53%

R = 20.5%
G = 68.98%
B = 10.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#4AF926 (or 0x4AF926) is known color: Harlequin. HEX triplet: 4A, F9 and 26. RGB value is (74,249,38). Sum of RGB (Red+Green+Blue) = 74+249+38=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 249 (97.66% from 255 or 68.98% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF926 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF926 is #B506D9. Grayscale: #ADADAD. Windows color (decimal): -11863770 or 2554186. OLE color: 2554186.

HSL color Cylindrical-coordinate representation of color #4AF926: hue angle of 109.76º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4AF926 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 249 38 -
CMYK 0.70 0 0.85 0.02
HSL 109.76º 0.95% 0.56% -
HSV(B) 109.76º 0.85% 0.98% -
XYZ 37.05 69.35 13.27 -
YUV 172.62 52.02 57.66 -
System Red Green Blue C M Y K H S L
Decimal 74 249 38 0.70 0 0.85 0.02 109.76 0.95 0.56
Hex 4A F9 26 46 0 55 2 6E 5F 38
Octal 112 371 46 106 0 125 2 156 137 70
Binary 1001010 11111001 100110 1000110 0 1010101 10 1101110 1011111 111000

Color Harmonies of #4AF926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF926

Black with #4AF926

Text Example


Text Example

White with #4AF926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,249,38); }

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

background-color css

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

 a { background-color: rgb(74,249,38); }

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

border-color css

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

 span { border-color: rgb(74,249,38); }

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