Html Css Color HEX #B2FEAF Celadon

📋 copy color: '#B2FEAF'

red 178 ◦ green 254 ◦ blue 175

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

Shades of Celadon #B2FEAF

Tints of Celadon #B2FEAF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.85%

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

R = 29.32%
G = 41.85%
B = 28.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#B2FEAF (or 0xB2FEAF) is known color: Celadon. HEX triplet: B2, FE and AF. RGB value is (178,254,175). Sum of RGB (Red+Green+Blue) = 178+254+175=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FEAF is #4D0150. Grayscale: #DEDEDE. Windows color (decimal): -5046609 or 11534002. OLE color: 11534002.

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

Color convert

RGB 178 254 175 -
CMYK 0.30 0 0.31 0.00
HSL 117.72º 0.98% 0.84% -
HSV(B) 117.72º 0.31% 1% -
XYZ 61.54 83.44 53.42 -
YUV 222.27 101.32 96.42 -
System Red Green Blue C M Y K H S L
Decimal 178 254 175 0.30 0 0.31 0.00 117.72 0.98 0.84
Hex B2 FE AF 1E 0 1F 0 76 62 54
Octal 262 376 257 36 0 37 0 166 142 124
Binary 10110010 11111110 10101111 11110 0 11111 0 1110110 1100010 1010100

Color Harmonies of #B2FEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEAF

Black with #B2FEAF

Text Example


Text Example

White with #B2FEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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