Html Css Color HEX #B2FA76 Sulu

📋 copy color: '#B2FA76'

red 178 ◦ green 250 ◦ blue 118

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

Shades of Sulu #B2FA76

Tints of Sulu #B2FA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.61%

R = 32.6%
G = 45.79%
B = 21.61%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#B2FA76 (or 0xB2FA76) is known color: Sulu. HEX triplet: B2, FA and 76. RGB value is (178,250,118). Sum of RGB (Red+Green+Blue) = 178+250+118=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA76 is #4D0589. Grayscale: #D5D5D5. Windows color (decimal): -5047690 or 7797426. OLE color: 7797426.

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

Color convert

RGB 178 250 118 -
CMYK 0.29 0 0.53 0.02
HSL 92.73º 0.93% 0.72% -
HSV(B) 92.73º 0.53% 0.98% -
XYZ 55.82 79.14 29.47 -
YUV 213.42 74.15 102.73 -
System Red Green Blue C M Y K H S L
Decimal 178 250 118 0.29 0 0.53 0.02 92.73 0.93 0.72
Hex B2 FA 76 1D 0 35 2 5D 5D 48
Octal 262 372 166 35 0 65 2 135 135 110
Binary 10110010 11111010 1110110 11101 0 110101 10 1011101 1011101 1001000

Color Harmonies of #B2FA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA76

Black with #B2FA76

Text Example


Text Example

White with #B2FA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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