Html Css Color HEX #B2FFAF Celadon

📋 copy color: '#B2FFAF'

red 178 ◦ green 255 ◦ blue 175

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

Shades of Celadon #B2FFAF

Tints of Celadon #B2FFAF

RGB

 RED value IS 178 (69.92% from 255) = 29.28%

 GREEN value IS 255 (100% from 255) = 41.94%

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

R = 29.28%
G = 41.94%
B = 28.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#B2FFAF (or 0xB2FFAF) is known color: Celadon. HEX triplet: B2, FF and AF. RGB value is (178,255,175). Sum of RGB (Red+Green+Blue) = 178+255+175=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FFAF is #4D0050. Grayscale: #DFDFDF. Windows color (decimal): -5046353 or 11534258. OLE color: 11534258.

HSL color Cylindrical-coordinate representation of color #B2FFAF: hue angle of 117.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2FFAF is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 175 -
CMYK 0.30 0 0.31 0
HSL 117.75º 1% 0.84% -
HSV(B) 117.75º 0.31% 1% -
XYZ 61.86 84.08 53.53 -
YUV 222.86 100.99 96 -
System Red Green Blue C M Y K H S L
Decimal 178 255 175 0.30 0 0.31 0 117.75 1 0.84
Hex B2 FF AF 1E 0 1F 0 76 64 54
Octal 262 377 257 36 0 37 0 166 144 124
Binary 10110010 11111111 10101111 11110 0 11111 0 1110110 1100100 1010100

Color Harmonies of #B2FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FFAF

Black with #B2FFAF

Text Example


Text Example

White with #B2FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FFAF; }

 p { color: rgb(178,255,175); }

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

background-color css

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

 a { background-color: rgb(178,255,175); }

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

border-color css

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

 span { border-color: rgb(178,255,175); }

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