Html Css Color HEX #B2FF77 Sulu

📋 copy color: '#B2FF77'

red 178 ◦ green 255 ◦ blue 119

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

Shades of Sulu #B2FF77

Tints of Sulu #B2FF77

RGB

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

 GREEN value IS 255 (100% from 255) = 46.2%

 BLUE value IS 119 (46.88% from 255) = 21.56%

R = 32.25%
G = 46.2%
B = 21.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#B2FF77 (or 0xB2FF77) is known color: Sulu. HEX triplet: B2, FF and 77. RGB value is (178,255,119). Sum of RGB (Red+Green+Blue) = 178+255+119=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF77 is #4D0088. Grayscale: #D8D8D8. Windows color (decimal): -5046409 or 7864242. OLE color: 7864242.

HSL color Cylindrical-coordinate representation of color #B2FF77: hue angle of 93.97º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2FF77 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 119 -
CMYK 0.30 0 0.53 0
HSL 93.97º 1% 0.73% -
HSV(B) 93.97º 0.53% 1% -
XYZ 57.45 82.32 30.31 -
YUV 216.47 72.99 100.56 -
System Red Green Blue C M Y K H S L
Decimal 178 255 119 0.30 0 0.53 0 93.97 1 0.73
Hex B2 FF 77 1E 0 35 0 5E 64 49
Octal 262 377 167 36 0 65 0 136 144 111
Binary 10110010 11111111 1110111 11110 0 110101 0 1011110 1100100 1001001

Color Harmonies of #B2FF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FF77

Black with #B2FF77

Text Example


Text Example

White with #B2FF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FF77; }

 p { color: rgb(178,255,119); }

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

background-color css

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

 a { background-color: rgb(178,255,119); }

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

border-color css

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

 span { border-color: rgb(178,255,119); }

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