Html Css Color HEX #4BBF4B Fruit Salad

📋 copy color: '#4BBF4B'

red 75 ◦ green 191 ◦ blue 75

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

Shades of Fruit Salad #4BBF4B

Tints of Fruit Salad #4BBF4B

RGB

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

 GREEN value IS 191 (75% from 255) = 56.01%

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

R = 21.99%
G = 56.01%
B = 21.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#4BBF4B (or 0x4BBF4B) is known color: Fruit Salad. HEX triplet: 4B, BF and 4B. RGB value is (75,191,75). Sum of RGB (Red+Green+Blue) = 75+191+75=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBF4B is #B440B4. Grayscale: #8F8F8F. Windows color (decimal): -11813045 or 4964171. OLE color: 4964171.

HSL color Cylindrical-coordinate representation of color #4BBF4B: hue angle of 120º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBF4B is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 191 75 -
CMYK 0.61 0 0.61 0.25
HSL 120º 0.48% 0.52% -
HSV(B) 120º 0.61% 0.75% -
XYZ 22.8 39.27 13.03 -
YUV 143.09 89.57 79.43 -
System Red Green Blue C M Y K H S L
Decimal 75 191 75 0.61 0 0.61 0.25 120 0.48 0.52
Hex 4B BF 4B 3D 0 3D 19 78 30 34
Octal 113 277 113 75 0 75 31 170 60 64
Binary 1001011 10111111 1001011 111101 0 111101 11001 1111000 110000 110100

Color Harmonies of #4BBF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBF4B

Black with #4BBF4B

Text Example


Text Example

White with #4BBF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,191,75); }

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

background-color css

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

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

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

border-color css

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

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

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