Html Css Color HEX #4AFB0D Harlequin

📋 copy color: '#4AFB0D'

red 74 ◦ green 251 ◦ blue 13

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

Shades of Harlequin #4AFB0D

Tints of Harlequin #4AFB0D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 74.26%

 BLUE value IS 13 (5.47% from 255) = 3.85%

R = 21.89%
G = 74.26%
B = 3.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#4AFB0D (or 0x4AFB0D) is known color: Harlequin. HEX triplet: 4A, FB and 0D. RGB value is (74,251,13). Sum of RGB (Red+Green+Blue) = 74+251+13=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 251 (98.44% from 255 or 74.26% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4AFB0D is #B504F2. Grayscale: #ABABAB. Windows color (decimal): -11863283 or 916298. OLE color: 916298.

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

Color convert

RGB 74 251 13 -
CMYK 0.71 0 0.95 0.02
HSL 104.62º 0.97% 0.52% -
HSV(B) 104.62º 0.95% 0.98% -
XYZ 37.39 70.48 12.01 -
YUV 170.95 38.86 58.85 -
System Red Green Blue C M Y K H S L
Decimal 74 251 13 0.71 0 0.95 0.02 104.62 0.97 0.52
Hex 4A FB D 47 0 5F 2 69 61 34
Octal 112 373 15 107 0 137 2 151 141 64
Binary 1001010 11111011 1101 1000111 0 1011111 10 1101001 1100001 110100

Color Harmonies of #4AFB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFB0D

Black with #4AFB0D

Text Example


Text Example

White with #4AFB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,251,13); }

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

background-color css

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

 a { background-color: rgb(74,251,13); }

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

border-color css

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

 span { border-color: rgb(74,251,13); }

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