Html Css Color HEX #B2F778 Sulu

📋 copy color: '#B2F778'

red 178 ◦ green 247 ◦ blue 120

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

Shades of Sulu #B2F778

Tints of Sulu #B2F778

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.32%

 BLUE value IS 120 (47.27% from 255) = 22.02%

R = 32.66%
G = 45.32%
B = 22.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#B2F778 (or 0xB2F778) is known color: Sulu. HEX triplet: B2, F7 and 78. RGB value is (178,247,120). Sum of RGB (Red+Green+Blue) = 178+247+120=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F778 is #4D0887. Grayscale: #D4D4D4. Windows color (decimal): -5048456 or 7927730. OLE color: 7927730.

HSL color Cylindrical-coordinate representation of color #B2F778: hue angle of 92.6º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2F778 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 247 120 -
CMYK 0.28 0 0.51 0.03
HSL 92.6º 0.89% 0.72% -
HSV(B) 92.6º 0.51% 0.97% -
XYZ 55.01 77.34 29.8 -
YUV 211.89 76.14 103.83 -
System Red Green Blue C M Y K H S L
Decimal 178 247 120 0.28 0 0.51 0.03 92.6 0.89 0.72
Hex B2 F7 78 1C 0 33 3 5D 59 48
Octal 262 367 170 34 0 63 3 135 131 110
Binary 10110010 11110111 1111000 11100 0 110011 11 1011101 1011001 1001000

Color Harmonies of #B2F778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F778

Black with #B2F778

Text Example


Text Example

White with #B2F778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F778; }

 p { color: rgb(178,247,120); }

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

background-color css

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

 a { background-color: rgb(178,247,120); }

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

border-color css

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

 span { border-color: rgb(178,247,120); }

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