Html Css Color HEX #B0FC6C Sulu

📋 copy color: '#B0FC6C'

red 176 ◦ green 252 ◦ blue 108

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

Shades of Sulu #B0FC6C

Tints of Sulu #B0FC6C

RGB

 RED value IS 176 (69.14% from 255) = 32.84%

 GREEN value IS 252 (98.83% from 255) = 47.01%

 BLUE value IS 108 (42.58% from 255) = 20.15%

R = 32.84%
G = 47.01%
B = 20.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#B0FC6C (or 0xB0FC6C) is known color: Sulu. HEX triplet: B0, FC and 6C. RGB value is (176,252,108). Sum of RGB (Red+Green+Blue) = 176+252+108=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC6C is #4F0393. Grayscale: #D5D5D5. Windows color (decimal): -5178260 or 7142576. OLE color: 7142576.

HSL color Cylindrical-coordinate representation of color #B0FC6C: hue angle of 91.67º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0FC6C is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 252 108 -
CMYK 0.30 0 0.57 0.01
HSL 91.67º 0.96% 0.71% -
HSV(B) 91.67º 0.57% 0.99% -
XYZ 55.42 79.93 26.7 -
YUV 212.86 68.82 101.71 -
System Red Green Blue C M Y K H S L
Decimal 176 252 108 0.30 0 0.57 0.01 91.67 0.96 0.71
Hex B0 FC 6C 1E 0 39 1 5C 60 47
Octal 260 374 154 36 0 71 1 134 140 107
Binary 10110000 11111100 1101100 11110 0 111001 1 1011100 1100000 1000111

Color Harmonies of #B0FC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FC6C

Black with #B0FC6C

Text Example


Text Example

White with #B0FC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FC6C; }

 p { color: rgb(176,252,108); }

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

background-color css

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

 a { background-color: rgb(176,252,108); }

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

border-color css

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

 span { border-color: rgb(176,252,108); }

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