Html Css Color HEX #B0F987 Feijoa

📋 copy color: '#B0F987'

red 176 ◦ green 249 ◦ blue 135

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

Shades of Feijoa #B0F987

Tints of Feijoa #B0F987

RGB

 RED value IS 176 (69.14% from 255) = 31.43%

 GREEN value IS 249 (97.66% from 255) = 44.46%

 BLUE value IS 135 (53.13% from 255) = 24.11%

R = 31.43%
G = 44.46%
B = 24.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#B0F987 (or 0xB0F987) is known color: Feijoa. HEX triplet: B0, F9 and 87. RGB value is (176,249,135). Sum of RGB (Red+Green+Blue) = 176+249+135=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 135 (53.12% from 255 or 24.11% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F987 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F987 is #4F0678. Grayscale: #D6D6D6. Windows color (decimal): -5179001 or 8911280. OLE color: 8911280.

HSL color Cylindrical-coordinate representation of color #B0F987: hue angle of 98.42º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0F987 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 135 -
CMYK 0.29 0 0.46 0.02
HSL 98.42º 0.9% 0.75% -
HSV(B) 98.42º 0.46% 0.98% -
XYZ 56.15 78.73 35.16 -
YUV 214.18 83.32 100.77 -
System Red Green Blue C M Y K H S L
Decimal 176 249 135 0.29 0 0.46 0.02 98.42 0.9 0.75
Hex B0 F9 87 1D 0 2E 2 62 5A 4B
Octal 260 371 207 35 0 56 2 142 132 113
Binary 10110000 11111001 10000111 11101 0 101110 10 1100010 1011010 1001011

Color Harmonies of #B0F987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F987

Black with #B0F987

Text Example


Text Example

White with #B0F987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F987; }

 p { color: rgb(176,249,135); }

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

background-color css

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

 a { background-color: rgb(176,249,135); }

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

border-color css

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

 span { border-color: rgb(176,249,135); }

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