Html Css Color HEX #4FF80B Harlequin

📋 copy color: '#4FF80B'

red 79 ◦ green 248 ◦ blue 11

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

Shades of Harlequin #4FF80B

Tints of Harlequin #4FF80B

RGB

 RED value IS 79 (31.25% from 255) = 23.37%

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

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 23.37%
G = 73.37%
B = 3.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#4FF80B (or 0x4FF80B) is known color: Harlequin. HEX triplet: 4F, F8 and 0B. RGB value is (79,248,11). Sum of RGB (Red+Green+Blue) = 79+248+11=338 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.37% from 338); Green value is 248 (97.27% from 255 or 73.37% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 248 - color contains mainly: green. Hex color #4FF80B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF80B is #B007F4. Grayscale: #ABABAB. Windows color (decimal): -11536373 or 784463. OLE color: 784463.

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

Color convert

RGB 79 248 11 -
CMYK 0.68 0 0.96 0.03
HSL 102.78º 0.94% 0.51% -
HSV(B) 102.78º 0.96% 0.97% -
XYZ 36.85 68.82 11.66 -
YUV 170.45 38.01 62.77 -
System Red Green Blue C M Y K H S L
Decimal 79 248 11 0.68 0 0.96 0.03 102.78 0.94 0.51
Hex 4F F8 B 44 0 60 3 67 5E 33
Octal 117 370 13 104 0 140 3 147 136 63
Binary 1001111 11111000 1011 1000100 0 1100000 11 1100111 1011110 110011

Color Harmonies of #4FF80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF80B

Black with #4FF80B

Text Example


Text Example

White with #4FF80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,248,11); }

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

background-color css

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

 a { background-color: rgb(79,248,11); }

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

border-color css

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

 span { border-color: rgb(79,248,11); }

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