Html Css Color HEX #4BFF0C Harlequin

📋 copy color: '#4BFF0C'

red 75 ◦ green 255 ◦ blue 12

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

Shades of Harlequin #4BFF0C

Tints of Harlequin #4BFF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 21.93%
G = 74.56%
B = 3.51%

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

#4BFF0C (or 0x4BFF0C) is known color: Harlequin. HEX triplet: 4B, FF and 0C. RGB value is (75,255,12). Sum of RGB (Red+Green+Blue) = 75+255+12=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFF0C is #B400F3. Grayscale: #AEAEAE. Windows color (decimal): -11796724 or 851787. OLE color: 851787.

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

Color convert

RGB 75 255 12 -
CMYK 0.71 0 0.95 0
HSL 104.44º 1% 0.52% -
HSV(B) 104.44º 0.95% 1% -
XYZ 38.73 73.04 12.41 -
YUV 173.48 36.87 57.76 -
System Red Green Blue C M Y K H S L
Decimal 75 255 12 0.71 0 0.95 0 104.44 1 0.52
Hex 4B FF C 47 0 5F 0 68 64 34
Octal 113 377 14 107 0 137 0 150 144 64
Binary 1001011 11111111 1100 1000111 0 1011111 0 1101000 1100100 110100

Color Harmonies of #4BFF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFF0C

Black with #4BFF0C

Text Example


Text Example

White with #4BFF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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