Html Css Color HEX #4BED0F Harlequin

📋 copy color: '#4BED0F'

red 75 ◦ green 237 ◦ blue 15

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

Shades of Harlequin #4BED0F

Tints of Harlequin #4BED0F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 72.48%

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

R = 22.94%
G = 72.48%
B = 4.59%

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

#4BED0F (or 0x4BED0F) is known color: Harlequin. HEX triplet: 4B, ED and 0F. RGB value is (75,237,15). Sum of RGB (Red+Green+Blue) = 75+237+15=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 237 (92.97% from 255 or 72.48% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 237 - color contains mainly: green. Hex color #4BED0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BED0F is #B412F0. Grayscale: #A3A3A3. Windows color (decimal): -11801329 or 1043787. OLE color: 1043787.

HSL color Cylindrical-coordinate representation of color #4BED0F: hue angle of 103.78º 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 #4BED0F is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 237 15 -
CMYK 0.68 0 0.94 0.07
HSL 103.78º 0.88% 0.49% -
HSV(B) 103.78º 0.94% 0.93% -
XYZ 33.27 62.1 10.68 -
YUV 163.25 44.33 65.05 -
System Red Green Blue C M Y K H S L
Decimal 75 237 15 0.68 0 0.94 0.07 103.78 0.88 0.49
Hex 4B ED F 44 0 5E 7 68 58 31
Octal 113 355 17 104 0 136 7 150 130 61
Binary 1001011 11101101 1111 1000100 0 1011110 111 1101000 1011000 110001

Color Harmonies of #4BED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BED0F

Black with #4BED0F

Text Example


Text Example

White with #4BED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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