Html Css Color HEX #B2FA78 Sulu

📋 copy color: '#B2FA78'

red 178 ◦ green 250 ◦ blue 120

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

Shades of Sulu #B2FA78

Tints of Sulu #B2FA78

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.62%

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

R = 32.48%
G = 45.62%
B = 21.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#B2FA78 (or 0xB2FA78) is known color: Sulu. HEX triplet: B2, FA and 78. RGB value is (178,250,120). Sum of RGB (Red+Green+Blue) = 178+250+120=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA78 is #4D0587. Grayscale: #D6D6D6. Windows color (decimal): -5047688 or 7928498. OLE color: 7928498.

HSL color Cylindrical-coordinate representation of color #B2FA78: hue angle of 93.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2FA78 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 250 120 -
CMYK 0.29 0 0.52 0.02
HSL 93.23º 0.93% 0.73% -
HSV(B) 93.23º 0.52% 0.98% -
XYZ 55.94 79.19 30.11 -
YUV 213.65 75.15 102.57 -
System Red Green Blue C M Y K H S L
Decimal 178 250 120 0.29 0 0.52 0.02 93.23 0.93 0.73
Hex B2 FA 78 1D 0 34 2 5D 5D 49
Octal 262 372 170 35 0 64 2 135 135 111
Binary 10110010 11111010 1111000 11101 0 110100 10 1011101 1011101 1001001

Color Harmonies of #B2FA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA78

Black with #B2FA78

Text Example


Text Example

White with #B2FA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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