Html Css Color HEX #4BFF0D Harlequin

📋 copy color: '#4BFF0D'

red 75 ◦ green 255 ◦ blue 13

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

Shades of Harlequin #4BFF0D

Tints of Harlequin #4BFF0D

RGB

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

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

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

R = 21.87%
G = 74.34%
B = 3.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#4BFF0D (or 0x4BFF0D) is known color: Harlequin. HEX triplet: 4B, FF and 0D. RGB value is (75,255,13). Sum of RGB (Red+Green+Blue) = 75+255+13=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 255 (100% from 255 or 74.34% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFF0D is #B400F2. Grayscale: #AEAEAE. Windows color (decimal): -11796723 or 917323. OLE color: 917323.

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

Color convert

RGB 75 255 13 -
CMYK 0.71 0 0.95 0
HSL 104.63º 1% 0.53% -
HSV(B) 104.63º 0.95% 1% -
XYZ 38.73 73.04 12.44 -
YUV 173.59 37.37 57.68 -
System Red Green Blue C M Y K H S L
Decimal 75 255 13 0.71 0 0.95 0 104.63 1 0.53
Hex 4B FF D 47 0 5F 0 69 64 35
Octal 113 377 15 107 0 137 0 151 144 65
Binary 1001011 11111111 1101 1000111 0 1011111 0 1101001 1100100 110101

Color Harmonies of #4BFF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFF0D

Black with #4BFF0D

Text Example


Text Example

White with #4BFF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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