Html Css Color HEX #B2FEB2 Celadon

📋 copy color: '#B2FEB2'

red 178 ◦ green 254 ◦ blue 178

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

Shades of Celadon #B2FEB2

Tints of Celadon #B2FEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.18%

R = 29.18%
G = 41.64%
B = 29.18%

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

#B2FEB2 (or 0xB2FEB2) is known color: Celadon. HEX triplet: B2, FE and B2. RGB value is (178,254,178). Sum of RGB (Red+Green+Blue) = 178+254+178=610 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.18% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 178 (69.92% from 255 or 29.18% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FEB2 is #4D014D. Grayscale: #DEDEDE. Windows color (decimal): -5046606 or 11730610. OLE color: 11730610.

HSL color Cylindrical-coordinate representation of color #B2FEB2: hue angle of 120º 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 #B2FEB2 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 178 -
CMYK 0.30 0 0.30 0.00
HSL 120º 0.97% 0.85% -
HSV(B) 120º 0.3% 1% -
XYZ 61.84 83.56 54.99 -
YUV 222.61 102.82 96.18 -
System Red Green Blue C M Y K H S L
Decimal 178 254 178 0.30 0 0.30 0.00 120 0.97 0.85
Hex B2 FE B2 1E 0 1E 0 78 61 55
Octal 262 376 262 36 0 36 0 170 141 125
Binary 10110010 11111110 10110010 11110 0 11110 0 1111000 1100001 1010101

Color Harmonies of #B2FEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FEB2

Black with #B2FEB2

Text Example


Text Example

White with #B2FEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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