Html Css Color HEX #B0FB8B Granny Smith Apple

📋 copy color: '#B0FB8B'

red 176 ◦ green 251 ◦ blue 139

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

Shades of Granny Smith Apple #B0FB8B

Tints of Granny Smith Apple #B0FB8B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.35%

 BLUE value IS 139 (54.69% from 255) = 24.56%

R = 31.1%
G = 44.35%
B = 24.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#B0FB8B (or 0xB0FB8B) is known color: Granny Smith Apple. HEX triplet: B0, FB and 8B. RGB value is (176,251,139). Sum of RGB (Red+Green+Blue) = 176+251+139=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FB8B is #4F0474. Grayscale: #D8D8D8. Windows color (decimal): -5178485 or 9173936. OLE color: 9173936.

HSL color Cylindrical-coordinate representation of color #B0FB8B: hue angle of 100.18º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0FB8B is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 139 -
CMYK 0.30 0 0.45 0.02
HSL 100.18º 0.93% 0.76% -
HSV(B) 100.18º 0.45% 0.98% -
XYZ 57.06 80.09 36.88 -
YUV 215.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 176 251 139 0.30 0 0.45 0.02 100.18 0.93 0.76
Hex B0 FB 8B 1E 0 2D 2 64 5D 4C
Octal 260 373 213 36 0 55 2 144 135 114
Binary 10110000 11111011 10001011 11110 0 101101 10 1100100 1011101 1001100

Color Harmonies of #B0FB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB8B

Black with #B0FB8B

Text Example


Text Example

White with #B0FB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB8B; }

 p { color: rgb(176,251,139); }

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

background-color css

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

 a { background-color: rgb(176,251,139); }

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

border-color css

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

 span { border-color: rgb(176,251,139); }

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