Html Css Color HEX #B2FB76 Sulu

📋 copy color: '#B2FB76'

red 178 ◦ green 251 ◦ blue 118

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

Shades of Sulu #B2FB76

Tints of Sulu #B2FB76

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.89%

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

R = 32.54%
G = 45.89%
B = 21.57%

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

#B2FB76 (or 0xB2FB76) is known color: Sulu. HEX triplet: B2, FB and 76. RGB value is (178,251,118). Sum of RGB (Red+Green+Blue) = 178+251+118=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 118 (46.48% from 255 or 21.57% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FB76 is #4D0489. Grayscale: #D6D6D6. Windows color (decimal): -5047434 or 7797682. OLE color: 7797682.

HSL color Cylindrical-coordinate representation of color #B2FB76: hue angle of 92.93º degrees, saturation: 0.94, 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 #B2FB76 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 251 118 -
CMYK 0.29 0 0.53 0.02
HSL 92.93º 0.94% 0.72% -
HSV(B) 92.93º 0.53% 0.98% -
XYZ 56.13 79.77 29.58 -
YUV 214.01 73.82 102.31 -
System Red Green Blue C M Y K H S L
Decimal 178 251 118 0.29 0 0.53 0.02 92.93 0.94 0.72
Hex B2 FB 76 1D 0 35 2 5D 5E 48
Octal 262 373 166 35 0 65 2 135 136 110
Binary 10110010 11111011 1110110 11101 0 110101 10 1011101 1011110 1001000

Color Harmonies of #B2FB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FB76

Black with #B2FB76

Text Example


Text Example

White with #B2FB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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