Html Css Color HEX #B3F380 Sulu

📋 copy color: '#B3F380'

red 179 ◦ green 243 ◦ blue 128

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

Shades of Sulu #B3F380

Tints of Sulu #B3F380

RGB

 RED value IS 179 (70.31% from 255) = 32.55%

 GREEN value IS 243 (95.31% from 255) = 44.18%

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

R = 32.55%
G = 44.18%
B = 23.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#B3F380 (or 0xB3F380) is known color: Sulu. HEX triplet: B3, F3 and 80. RGB value is (179,243,128). Sum of RGB (Red+Green+Blue) = 179+243+128=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F380 is #4C0C7F. Grayscale: #D3D3D3. Windows color (decimal): -4983936 or 8450995. OLE color: 8450995.

HSL color Cylindrical-coordinate representation of color #B3F380: hue angle of 93.39º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3F380 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 243 128 -
CMYK 0.26 0 0.47 0.05
HSL 93.39º 0.83% 0.73% -
HSV(B) 93.39º 0.47% 0.95% -
XYZ 54.54 75.24 32.07 -
YUV 210.75 81.3 105.35 -
System Red Green Blue C M Y K H S L
Decimal 179 243 128 0.26 0 0.47 0.05 93.39 0.83 0.73
Hex B3 F3 80 1A 0 2F 5 5D 53 49
Octal 263 363 200 32 0 57 5 135 123 111
Binary 10110011 11110011 10000000 11010 0 101111 101 1011101 1010011 1001001

Color Harmonies of #B3F380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F380

Black with #B3F380

Text Example


Text Example

White with #B3F380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F380; }

 p { color: rgb(179,243,128); }

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

background-color css

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

 a { background-color: rgb(179,243,128); }

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

border-color css

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

 span { border-color: rgb(179,243,128); }

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