Html Css Color HEX #4AF925 Harlequin

📋 copy color: '#4AF925'

red 74 ◦ green 249 ◦ blue 37

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

Shades of Harlequin #4AF925

Tints of Harlequin #4AF925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.28%

R = 20.56%
G = 69.17%
B = 10.28%

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

#4AF925 (or 0x4AF925) is known color: Harlequin. HEX triplet: 4A, F9 and 25. RGB value is (74,249,37). Sum of RGB (Red+Green+Blue) = 74+249+37=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 249 (97.66% from 255 or 69.17% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF925 is #B506DA. Grayscale: #ADADAD. Windows color (decimal): -11863771 or 2488650. OLE color: 2488650.

HSL color Cylindrical-coordinate representation of color #4AF925: hue angle of 109.53º 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 #4AF925 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 249 37 -
CMYK 0.70 0 0.85 0.02
HSL 109.53º 0.95% 0.56% -
HSV(B) 109.53º 0.85% 0.98% -
XYZ 37.03 69.34 13.18 -
YUV 172.51 51.52 57.74 -
System Red Green Blue C M Y K H S L
Decimal 74 249 37 0.70 0 0.85 0.02 109.53 0.95 0.56
Hex 4A F9 25 46 0 55 2 6E 5F 38
Octal 112 371 45 106 0 125 2 156 137 70
Binary 1001010 11111001 100101 1000110 0 1010101 10 1101110 1011111 111000

Color Harmonies of #4AF925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF925

Black with #4AF925

Text Example


Text Example

White with #4AF925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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