Html Css Color HEX #4BEC0F Harlequin

📋 copy color: '#4BEC0F'

red 75 ◦ green 236 ◦ blue 15

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

Shades of Harlequin #4BEC0F

Tints of Harlequin #4BEC0F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 72.39%

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 23.01%
G = 72.39%
B = 4.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#4BEC0F (or 0x4BEC0F) is known color: Harlequin. HEX triplet: 4B, EC and 0F. RGB value is (75,236,15). Sum of RGB (Red+Green+Blue) = 75+236+15=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 236 (92.58% from 255 or 72.39% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 236 - color contains mainly: green. Hex color #4BEC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BEC0F is #B413F0. Grayscale: #A3A3A3. Windows color (decimal): -11801585 or 1043531. OLE color: 1043531.

HSL color Cylindrical-coordinate representation of color #4BEC0F: hue angle of 103.71º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4BEC0F is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 236 15 -
CMYK 0.68 0 0.94 0.07
HSL 103.71º 0.88% 0.49% -
HSV(B) 103.71º 0.94% 0.93% -
XYZ 32.98 61.52 10.59 -
YUV 162.67 44.66 65.47 -
System Red Green Blue C M Y K H S L
Decimal 75 236 15 0.68 0 0.94 0.07 103.71 0.88 0.49
Hex 4B EC F 44 0 5E 7 68 58 31
Octal 113 354 17 104 0 136 7 150 130 61
Binary 1001011 11101100 1111 1000100 0 1011110 111 1101000 1011000 110001

Color Harmonies of #4BEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEC0F

Black with #4BEC0F

Text Example


Text Example

White with #4BEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,236,15); }

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

background-color css

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

 a { background-color: rgb(75,236,15); }

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

border-color css

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

 span { border-color: rgb(75,236,15); }

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