Html Css Color HEX #B2FA7A Sulu

📋 copy color: '#B2FA7A'

red 178 ◦ green 250 ◦ blue 122

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

Shades of Sulu #B2FA7A

Tints of Sulu #B2FA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.18%

R = 32.36%
G = 45.45%
B = 22.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#B2FA7A (or 0xB2FA7A) is known color: Sulu. HEX triplet: B2, FA and 7A. RGB value is (178,250,122). Sum of RGB (Red+Green+Blue) = 178+250+122=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA7A is #4D0585. Grayscale: #D6D6D6. Windows color (decimal): -5047686 or 8059570. OLE color: 8059570.

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

Color convert

RGB 178 250 122 -
CMYK 0.29 0 0.51 0.02
HSL 93.75º 0.93% 0.73% -
HSV(B) 93.75º 0.51% 0.98% -
XYZ 56.06 79.24 30.75 -
YUV 213.88 76.15 102.41 -
System Red Green Blue C M Y K H S L
Decimal 178 250 122 0.29 0 0.51 0.02 93.75 0.93 0.73
Hex B2 FA 7A 1D 0 33 2 5E 5D 49
Octal 262 372 172 35 0 63 2 136 135 111
Binary 10110010 11111010 1111010 11101 0 110011 10 1011110 1011101 1001001

Color Harmonies of #B2FA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA7A

Black with #B2FA7A

Text Example


Text Example

White with #B2FA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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