Html Css Color HEX #4BFF0B Harlequin

📋 copy color: '#4BFF0B'

red 75 ◦ green 255 ◦ blue 11

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

Shades of Harlequin #4BFF0B

Tints of Harlequin #4BFF0B

RGB

 RED value IS 75 (29.69% from 255) = 21.99%

 GREEN value IS 255 (100% from 255) = 74.78%

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

R = 21.99%
G = 74.78%
B = 3.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#4BFF0B (or 0x4BFF0B) is known color: Harlequin. HEX triplet: 4B, FF and 0B. RGB value is (75,255,11). Sum of RGB (Red+Green+Blue) = 75+255+11=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 255 (100% from 255 or 74.78% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFF0B is #B400F4. Grayscale: #AEAEAE. Windows color (decimal): -11796725 or 786251. OLE color: 786251.

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

Color convert

RGB 75 255 11 -
CMYK 0.71 0 0.96 0
HSL 104.26º 1% 0.52% -
HSV(B) 104.26º 0.96% 1% -
XYZ 38.72 73.04 12.37 -
YUV 173.36 36.37 57.84 -
System Red Green Blue C M Y K H S L
Decimal 75 255 11 0.71 0 0.96 0 104.26 1 0.52
Hex 4B FF B 47 0 60 0 68 64 34
Octal 113 377 13 107 0 140 0 150 144 64
Binary 1001011 11111111 1011 1000111 0 1100000 0 1101000 1100100 110100

Color Harmonies of #4BFF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFF0B

Black with #4BFF0B

Text Example


Text Example

White with #4BFF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,255,11); }

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

background-color css

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

 a { background-color: rgb(75,255,11); }

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

border-color css

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

 span { border-color: rgb(75,255,11); }

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