Html Css Color HEX #B1F1AF Celadon

📋 copy color: '#B1F1AF'

red 177 ◦ green 241 ◦ blue 175

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

Shades of Celadon #B1F1AF

Tints of Celadon #B1F1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.64%

 BLUE value IS 175 (68.75% from 255) = 29.51%

R = 29.85%
G = 40.64%
B = 29.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#B1F1AF (or 0xB1F1AF) is known color: Celadon. HEX triplet: B1, F1 and AF. RGB value is (177,241,175). Sum of RGB (Red+Green+Blue) = 177+241+175=593 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.85% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F1AF is #4E0E50. Grayscale: #D6D6D6. Windows color (decimal): -5115473 or 11530673. OLE color: 11530673.

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

Color convert

RGB 177 241 175 -
CMYK 0.27 0 0.27 0.05
HSL 118.18º 0.7% 0.82% -
HSV(B) 118.18º 0.27% 0.95% -
XYZ 57.32 75.35 52.08 -
YUV 214.34 105.8 101.37 -
System Red Green Blue C M Y K H S L
Decimal 177 241 175 0.27 0 0.27 0.05 118.18 0.7 0.82
Hex B1 F1 AF 1B 0 1B 5 76 46 52
Octal 261 361 257 33 0 33 5 166 106 122
Binary 10110001 11110001 10101111 11011 0 11011 101 1110110 1000110 1010010

Color Harmonies of #B1F1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F1AF

Black with #B1F1AF

Text Example


Text Example

White with #B1F1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F1AF; }

 p { color: rgb(177,241,175); }

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

background-color css

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

 a { background-color: rgb(177,241,175); }

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

border-color css

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

 span { border-color: rgb(177,241,175); }

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