Html Css Color HEX #B2F578 Sulu

📋 copy color: '#B2F578'

red 178 ◦ green 245 ◦ blue 120

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

Shades of Sulu #B2F578

Tints of Sulu #B2F578

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.12%

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

R = 32.78%
G = 45.12%
B = 22.1%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#B2F578 (or 0xB2F578) is known color: Sulu. HEX triplet: B2, F5 and 78. RGB value is (178,245,120). Sum of RGB (Red+Green+Blue) = 178+245+120=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F578 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F578 is #4D0A87. Grayscale: #D3D3D3. Windows color (decimal): -5048968 or 7927218. OLE color: 7927218.

HSL color Cylindrical-coordinate representation of color #B2F578: hue angle of 92.16º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2F578 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 245 120 -
CMYK 0.27 0 0.51 0.04
HSL 92.16º 0.86% 0.72% -
HSV(B) 92.16º 0.51% 0.96% -
XYZ 54.4 76.13 29.6 -
YUV 210.72 76.8 104.66 -
System Red Green Blue C M Y K H S L
Decimal 178 245 120 0.27 0 0.51 0.04 92.16 0.86 0.72
Hex B2 F5 78 1B 0 33 4 5C 56 48
Octal 262 365 170 33 0 63 4 134 126 110
Binary 10110010 11110101 1111000 11011 0 110011 100 1011100 1010110 1001000

Color Harmonies of #B2F578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F578

Black with #B2F578

Text Example


Text Example

White with #B2F578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F578; }

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

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

background-color css

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

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

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

border-color css

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

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

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