Html Css Color HEX #B1F7AD Celadon

📋 copy color: '#B1F7AD'

red 177 ◦ green 247 ◦ blue 173

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

Shades of Celadon #B1F7AD

Tints of Celadon #B1F7AD

RGB

 RED value IS 177 (69.53% from 255) = 29.65%

 GREEN value IS 247 (96.88% from 255) = 41.37%

 BLUE value IS 173 (67.97% from 255) = 28.98%

R = 29.65%
G = 41.37%
B = 28.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#B1F7AD (or 0xB1F7AD) is known color: Celadon. HEX triplet: B1, F7 and AD. RGB value is (177,247,173). Sum of RGB (Red+Green+Blue) = 177+247+173=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F7AD is #4E0852. Grayscale: #D9D9D9. Windows color (decimal): -5113939 or 11401137. OLE color: 11401137.

HSL color Cylindrical-coordinate representation of color #B1F7AD: hue angle of 116.76º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1F7AD is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 247 173 -
CMYK 0.28 0 0.30 0.03
HSL 116.76º 0.82% 0.82% -
HSV(B) 116.76º 0.3% 0.97% -
XYZ 58.94 78.89 51.66 -
YUV 217.63 102.81 99.02 -
System Red Green Blue C M Y K H S L
Decimal 177 247 173 0.28 0 0.30 0.03 116.76 0.82 0.82
Hex B1 F7 AD 1C 0 1E 3 75 52 52
Octal 261 367 255 34 0 36 3 165 122 122
Binary 10110001 11110111 10101101 11100 0 11110 11 1110101 1010010 1010010

Color Harmonies of #B1F7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F7AD

Black with #B1F7AD

Text Example


Text Example

White with #B1F7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F7AD; }

 p { color: rgb(177,247,173); }

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

background-color css

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

 a { background-color: rgb(177,247,173); }

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

border-color css

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

 span { border-color: rgb(177,247,173); }

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