Html Css Color HEX #B2FC77 Sulu

📋 copy color: '#B2FC77'

red 178 ◦ green 252 ◦ blue 119

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

Shades of Sulu #B2FC77

Tints of Sulu #B2FC77

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.9%

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

R = 32.42%
G = 45.9%
B = 21.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#B2FC77 (or 0xB2FC77) is known color: Sulu. HEX triplet: B2, FC and 77. RGB value is (178,252,119). Sum of RGB (Red+Green+Blue) = 178+252+119=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FC77 is #4D0388. Grayscale: #D7D7D7. Windows color (decimal): -5047177 or 7863474. OLE color: 7863474.

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

Color convert

RGB 178 252 119 -
CMYK 0.29 0 0.53 0.01
HSL 93.38º 0.96% 0.73% -
HSV(B) 93.38º 0.53% 0.99% -
XYZ 56.5 80.42 30 -
YUV 214.71 73.98 101.81 -
System Red Green Blue C M Y K H S L
Decimal 178 252 119 0.29 0 0.53 0.01 93.38 0.96 0.73
Hex B2 FC 77 1D 0 35 1 5D 60 49
Octal 262 374 167 35 0 65 1 135 140 111
Binary 10110010 11111100 1110111 11101 0 110101 1 1011101 1100000 1001001

Color Harmonies of #B2FC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FC77

Black with #B2FC77

Text Example


Text Example

White with #B2FC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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