Html Css Color HEX #B2FA7E Sulu

📋 copy color: '#B2FA7E'

red 178 ◦ green 250 ◦ blue 126

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

Shades of Sulu #B2FA7E

Tints of Sulu #B2FA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.74%

R = 32.13%
G = 45.13%
B = 22.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#B2FA7E (or 0xB2FA7E) is known color: Sulu. HEX triplet: B2, FA and 7E. RGB value is (178,250,126). Sum of RGB (Red+Green+Blue) = 178+250+126=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA7E is #4D0581. Grayscale: #D6D6D6. Windows color (decimal): -5047682 or 8321714. OLE color: 8321714.

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

Color convert

RGB 178 250 126 -
CMYK 0.29 0 0.50 0.02
HSL 94.84º 0.93% 0.74% -
HSV(B) 94.84º 0.5% 0.98% -
XYZ 56.31 79.34 32.09 -
YUV 214.34 78.15 102.08 -
System Red Green Blue C M Y K H S L
Decimal 178 250 126 0.29 0 0.50 0.02 94.84 0.93 0.74
Hex B2 FA 7E 1D 0 32 2 5F 5D 4A
Octal 262 372 176 35 0 62 2 137 135 112
Binary 10110010 11111010 1111110 11101 0 110010 10 1011111 1011101 1001010

Color Harmonies of #B2FA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA7E

Black with #B2FA7E

Text Example


Text Example

White with #B2FA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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