Html Css Color HEX #4BF328 Harlequin

📋 copy color: '#4BF328'

red 75 ◦ green 243 ◦ blue 40

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

Shades of Harlequin #4BF328

Tints of Harlequin #4BF328

RGB

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

 GREEN value IS 243 (95.31% from 255) = 67.88%

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 20.95%
G = 67.88%
B = 11.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#4BF328 (or 0x4BF328) is known color: Harlequin. HEX triplet: 4B, F3 and 28. RGB value is (75,243,40). Sum of RGB (Red+Green+Blue) = 75+243+40=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 243 (95.31% from 255 or 67.88% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 243 - color contains mainly: green. Hex color #4BF328 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF328 is #B40CD7. Grayscale: #AAAAAA. Windows color (decimal): -11799768 or 2683723. OLE color: 2683723.

HSL color Cylindrical-coordinate representation of color #4BF328: hue angle of 109.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4BF328 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 75 243 40 -
CMYK 0.69 0 0.84 0.05
HSL 109.66º 0.89% 0.55% -
HSV(B) 109.66º 0.84% 0.95% -
XYZ 35.34 65.75 12.84 -
YUV 169.63 54.84 60.51 -
System Red Green Blue C M Y K H S L
Decimal 75 243 40 0.69 0 0.84 0.05 109.66 0.89 0.55
Hex 4B F3 28 45 0 54 5 6E 59 37
Octal 113 363 50 105 0 124 5 156 131 67
Binary 1001011 11110011 101000 1000101 0 1010100 101 1101110 1011001 110111

Color Harmonies of #4BF328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF328

Black with #4BF328

Text Example


Text Example

White with #4BF328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,243,40); }

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

background-color css

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

 a { background-color: rgb(75,243,40); }

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

border-color css

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

 span { border-color: rgb(75,243,40); }

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