Html Css Color HEX #B0FB8C Granny Smith Apple

📋 copy color: '#B0FB8C'

red 176 ◦ green 251 ◦ blue 140

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

Shades of Granny Smith Apple #B0FB8C

Tints of Granny Smith Apple #B0FB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.69%

R = 31.04%
G = 44.27%
B = 24.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#B0FB8C (or 0xB0FB8C) is known color: Granny Smith Apple. HEX triplet: B0, FB and 8C. RGB value is (176,251,140). Sum of RGB (Red+Green+Blue) = 176+251+140=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FB8C is #4F0473. Grayscale: #D8D8D8. Windows color (decimal): -5178484 or 9239472. OLE color: 9239472.

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

Color convert

RGB 176 251 140 -
CMYK 0.30 0 0.44 0.02
HSL 100.54º 0.93% 0.77% -
HSV(B) 100.54º 0.44% 0.98% -
XYZ 57.14 80.12 37.26 -
YUV 215.92 85.15 99.53 -
System Red Green Blue C M Y K H S L
Decimal 176 251 140 0.30 0 0.44 0.02 100.54 0.93 0.77
Hex B0 FB 8C 1E 0 2C 2 65 5D 4D
Octal 260 373 214 36 0 54 2 145 135 115
Binary 10110000 11111011 10001100 11110 0 101100 10 1100101 1011101 1001101

Color Harmonies of #B0FB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB8C

Black with #B0FB8C

Text Example


Text Example

White with #B0FB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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