Html Css Color HEX #4AF81D Harlequin

📋 copy color: '#4AF81D'

red 74 ◦ green 248 ◦ blue 29

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

Shades of Harlequin #4AF81D

Tints of Harlequin #4AF81D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 70.66%

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 21.08%
G = 70.66%
B = 8.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#4AF81D (or 0x4AF81D) is known color: Harlequin. HEX triplet: 4A, F8 and 1D. RGB value is (74,248,29). Sum of RGB (Red+Green+Blue) = 74+248+29=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 248 (97.27% from 255 or 70.66% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 248 - color contains mainly: green. Hex color #4AF81D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF81D is #B507E2. Grayscale: #ABABAB. Windows color (decimal): -11864035 or 1964106. OLE color: 1964106.

HSL color Cylindrical-coordinate representation of color #4AF81D: hue angle of 107.67º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AF81D is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 74 248 29 -
CMYK 0.70 0 0.88 0.03
HSL 107.67º 0.94% 0.54% -
HSV(B) 107.67º 0.88% 0.97% -
XYZ 36.61 68.68 12.49 -
YUV 171.01 47.85 58.81 -
System Red Green Blue C M Y K H S L
Decimal 74 248 29 0.70 0 0.88 0.03 107.67 0.94 0.54
Hex 4A F8 1D 46 0 58 3 6C 5E 36
Octal 112 370 35 106 0 130 3 154 136 66
Binary 1001010 11111000 11101 1000110 0 1011000 11 1101100 1011110 110110

Color Harmonies of #4AF81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF81D

Black with #4AF81D

Text Example


Text Example

White with #4AF81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,248,29); }

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

background-color css

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

 a { background-color: rgb(74,248,29); }

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

border-color css

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

 span { border-color: rgb(74,248,29); }

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