Html Css Color HEX #B2F080 Sulu

📋 copy color: '#B2F080'

red 178 ◦ green 240 ◦ blue 128

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

Shades of Sulu #B2F080

Tints of Sulu #B2F080

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.96%

 BLUE value IS 128 (50.39% from 255) = 23.44%

R = 32.6%
G = 43.96%
B = 23.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#B2F080 (or 0xB2F080) is known color: Sulu. HEX triplet: B2, F0 and 80. RGB value is (178,240,128). Sum of RGB (Red+Green+Blue) = 178+240+128=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F080 is #4D0F7F. Grayscale: #D1D1D1. Windows color (decimal): -5050240 or 8450226. OLE color: 8450226.

HSL color Cylindrical-coordinate representation of color #B2F080: hue angle of 93.21º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2F080 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 240 128 -
CMYK 0.26 0 0.47 0.06
HSL 93.21º 0.79% 0.72% -
HSV(B) 93.21º 0.47% 0.94% -
XYZ 53.42 73.34 31.76 -
YUV 208.69 82.46 106.11 -
System Red Green Blue C M Y K H S L
Decimal 178 240 128 0.26 0 0.47 0.06 93.21 0.79 0.72
Hex B2 F0 80 1A 0 2F 6 5D 4F 48
Octal 262 360 200 32 0 57 6 135 117 110
Binary 10110010 11110000 10000000 11010 0 101111 110 1011101 1001111 1001000

Color Harmonies of #B2F080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F080

Black with #B2F080

Text Example


Text Example

White with #B2F080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F080; }

 p { color: rgb(178,240,128); }

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

background-color css

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

 a { background-color: rgb(178,240,128); }

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

border-color css

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

 span { border-color: rgb(178,240,128); }

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