Html Css Color HEX #B0F388 Feijoa

📋 copy color: '#B0F388'

red 176 ◦ green 243 ◦ blue 136

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

Shades of Feijoa #B0F388

Tints of Feijoa #B0F388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.5%

R = 31.71%
G = 43.78%
B = 24.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#B0F388 (or 0xB0F388) is known color: Feijoa. HEX triplet: B0, F3 and 88. RGB value is (176,243,136). Sum of RGB (Red+Green+Blue) = 176+243+136=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F388 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F388 is #4F0C77. Grayscale: #D3D3D3. Windows color (decimal): -5180536 or 8975280. OLE color: 8975280.

HSL color Cylindrical-coordinate representation of color #B0F388: hue angle of 97.57º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0F388 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 243 136 -
CMYK 0.28 0 0.44 0.05
HSL 97.57º 0.82% 0.74% -
HSV(B) 97.57º 0.44% 0.95% -
XYZ 54.4 75.11 34.92 -
YUV 210.77 85.8 103.2 -
System Red Green Blue C M Y K H S L
Decimal 176 243 136 0.28 0 0.44 0.05 97.57 0.82 0.74
Hex B0 F3 88 1C 0 2C 5 62 52 4A
Octal 260 363 210 34 0 54 5 142 122 112
Binary 10110000 11110011 10001000 11100 0 101100 101 1100010 1010010 1001010

Color Harmonies of #B0F388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F388

Black with #B0F388

Text Example


Text Example

White with #B0F388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F388; }

 p { color: rgb(176,243,136); }

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

background-color css

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

 a { background-color: rgb(176,243,136); }

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

border-color css

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

 span { border-color: rgb(176,243,136); }

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