Html Css Color HEX #4BF515 Harlequin

📋 copy color: '#4BF515'

red 75 ◦ green 245 ◦ blue 21

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

Shades of Harlequin #4BF515

Tints of Harlequin #4BF515

RGB

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

 GREEN value IS 245 (96.09% from 255) = 71.85%

 BLUE value IS 21 (8.59% from 255) = 6.16%

R = 21.99%
G = 71.85%
B = 6.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#4BF515 (or 0x4BF515) is known color: Harlequin. HEX triplet: 4B, F5 and 15. RGB value is (75,245,21). Sum of RGB (Red+Green+Blue) = 75+245+21=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 245 (96.09% from 255 or 71.85% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 245 - color contains mainly: green. Hex color #4BF515 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF515 is #B40AEA. Grayscale: #A9A9A9. Windows color (decimal): -11799275 or 1439051. OLE color: 1439051.

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

Color convert

RGB 75 245 21 -
CMYK 0.69 0 0.91 0.04
HSL 105.54º 0.92% 0.52% -
HSV(B) 105.54º 0.91% 0.96% -
XYZ 35.69 66.85 11.73 -
YUV 168.63 44.68 61.21 -
System Red Green Blue C M Y K H S L
Decimal 75 245 21 0.69 0 0.91 0.04 105.54 0.92 0.52
Hex 4B F5 15 45 0 5B 4 6A 5C 34
Octal 113 365 25 105 0 133 4 152 134 64
Binary 1001011 11110101 10101 1000101 0 1011011 100 1101010 1011100 110100

Color Harmonies of #4BF515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF515

Black with #4BF515

Text Example


Text Example

White with #4BF515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,245,21); }

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

background-color css

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

 a { background-color: rgb(75,245,21); }

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

border-color css

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

 span { border-color: rgb(75,245,21); }

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