Html Css Color HEX #B2FEB3 Celadon

📋 copy color: '#B2FEB3'

red 178 ◦ green 254 ◦ blue 179

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

Shades of Celadon #B2FEB3

Tints of Celadon #B2FEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.3%

R = 29.13%
G = 41.57%
B = 29.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#B2FEB3 (or 0xB2FEB3) is known color: Celadon. HEX triplet: B2, FE and B3. RGB value is (178,254,179). Sum of RGB (Red+Green+Blue) = 178+254+179=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEB3 is #4D014C. Grayscale: #DEDEDE. Windows color (decimal): -5046605 or 11796146. OLE color: 11796146.

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

Color convert

RGB 178 254 179 -
CMYK 0.30 0 0.30 0.00
HSL 120.79º 0.97% 0.85% -
HSV(B) 120.79º 0.3% 1% -
XYZ 61.94 83.6 55.52 -
YUV 222.73 103.32 96.1 -
System Red Green Blue C M Y K H S L
Decimal 178 254 179 0.30 0 0.30 0.00 120.79 0.97 0.85
Hex B2 FE B3 1E 0 1E 0 79 61 55
Octal 262 376 263 36 0 36 0 171 141 125
Binary 10110010 11111110 10110011 11110 0 11110 0 1111001 1100001 1010101

Color Harmonies of #B2FEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEB3

Black with #B2FEB3

Text Example


Text Example

White with #B2FEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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