Html Css Color HEX #B2FA8A Sulu

📋 copy color: '#B2FA8A'

red 178 ◦ green 250 ◦ blue 138

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

Shades of Sulu #B2FA8A

Tints of Sulu #B2FA8A

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.17%

 BLUE value IS 138 (54.3% from 255) = 24.38%

R = 31.45%
G = 44.17%
B = 24.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#B2FA8A (or 0xB2FA8A) is known color: Sulu. HEX triplet: B2, FA and 8A. RGB value is (178,250,138). Sum of RGB (Red+Green+Blue) = 178+250+138=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FA8A is #4D0575. Grayscale: #D8D8D8. Windows color (decimal): -5047670 or 9108146. OLE color: 9108146.

HSL color Cylindrical-coordinate representation of color #B2FA8A: hue angle of 98.57º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2FA8A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 250 138 -
CMYK 0.29 0 0.45 0.02
HSL 98.57º 0.92% 0.76% -
HSV(B) 98.57º 0.45% 0.98% -
XYZ 57.13 79.67 36.41 -
YUV 215.7 84.15 101.11 -
System Red Green Blue C M Y K H S L
Decimal 178 250 138 0.29 0 0.45 0.02 98.57 0.92 0.76
Hex B2 FA 8A 1D 0 2D 2 63 5C 4C
Octal 262 372 212 35 0 55 2 143 134 114
Binary 10110010 11111010 10001010 11101 0 101101 10 1100011 1011100 1001100

Color Harmonies of #B2FA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA8A

Black with #B2FA8A

Text Example


Text Example

White with #B2FA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA8A; }

 p { color: rgb(178,250,138); }

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

background-color css

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

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

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

border-color css

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

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

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